Same as the related overload above for multiplyByPowerOf10.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal128
multiplyByPowerOf10(
    Decimal128 value,
    int exponent);

Return Value

value multiplied by ten raised to exponent

Parameters

Name

Description

value

decimal value to scale

exponent

power of ten applied to value

Created with MrDocs