convertToDecimal128 overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert the specified input to the closest value of indicated result type following the conversion rules:
static
DecimalImpUtil_IntelDfp::ValueType128
convertToDecimal128(ValueType32 const& input);
» more...
Convert the specified 64-bit decimal input to 128-bit decimal.
static
DecimalImpUtil_IntelDfp::ValueType128
convertToDecimal128(ValueType64 const& input);
» more...