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