normalize overloads
Declared in <bdldfp_decimalimputil.h>
Normalize the specified decimal original.
static
ValueType128
normalize(ValueType128 original);
» more...
Return a ValueTypeXX number having the value as the specified 'original, but with the significand, that can not be divided by ten, and appropriate exponent.
static
ValueType32
normalize(ValueType32 original);
» more...
Normalize the specified decimal original.
static
ValueType64
normalize(ValueType64 original);
» more...