scaleB overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Scale the specified decimal value by 10 raised to exponent.
static
DecimalImpUtil::ValueType128
scaleB(
ValueType128 value,
int exponent);
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
DecimalImpUtil::ValueType32
scaleB(
ValueType32 value,
int exponent);
Return value multiplied by 10 raised to exponent.
static
DecimalImpUtil::ValueType64
scaleB(
ValueType64 value,
int exponent);
Created with MrDocs