BloombergLP::bdldfp::DecimalImpUtil::convertToDecimal128

convertToDecimal128 overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Convert the specified input to the closest value of the indicated result type following the conversion rules as defined by IEEE-754:

static
DecimalImpUtil::ValueType128
convertToDecimal128(ValueType32 const& input);
» more...

Convert the specified 64-bit decimal value to 128-bit representation. Convert the specified 64-bit decimal input to 128-bit decimal.

static
DecimalImpUtil::ValueType128
convertToDecimal128(ValueType64 const& input);
» more...