Return value multiplied by ten raised to exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
scaleB(
ValueType64 value,
int exponent);
Return Value
value multiplied by ten raised to exponent
Parameters
Name |
Description |
value |
value to scale |
exponent |
power of ten applied to |
Created with MrDocs