convertToDecimal64 overloads
Declared in <bdldfp_decimalimputil.h>
Convert the specified 128-bit decimal input to 64-bit decimal.
static
DecimalImpUtil::ValueType64
convertToDecimal64(ValueType128 const& input);
» more...
Convert the specified 32-bit decimal input to 64-bit decimal.
static
DecimalImpUtil::ValueType64
convertToDecimal64(ValueType32 const& input);
» more...