normalize overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Normalize the specified decimal original.

static
ValueType128
normalize(ValueType128 original);

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);

Normalize the specified decimal original.

static
ValueType64
normalize(ValueType64 original);

Created with MrDocs