Same as the related overload above for multiplyByPowerOf10.
Declared in <bdldfp_decimalutil.h>
static
Decimal64
multiplyByPowerOf10(
Decimal64 value,
int exponent);
value multiplied by ten raised to exponent
| Name | Description |
|---|---|
| value | decimal value to scale |
| exponent | power of ten applied to value |