convertToDecimal128 overloads
Synopses
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);
Convert the specified 64‐bit decimal input to 128‐bit decimal.
static
DecimalImpUtil_IntelDfp::ValueType128
convertToDecimal128(ValueType64 const& input);
Created with MrDocs