multiplyByPowerOf10 overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for multiplyByPowerOf10.
static
Decimal128
multiplyByPowerOf10(
Decimal128 value,
int exponent);
» more...
Return the result of multiplying the specified value by ten raised to the specified exponent. The quantum of value is scaled according to IEEE 754's scaleB operations.
static
Decimal32
multiplyByPowerOf10(
Decimal32 value,
int exponent);
» more...
Same as the related overload above for multiplyByPowerOf10.
static
Decimal64
multiplyByPowerOf10(
Decimal64 value,
int exponent);
» more...