convertToDecimal128 overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Convert input to the closest value of the indicated result type.
static
DecimalImpUtil::ValueType128
convertToDecimal128(ValueType32 const& input);
Convert input to the closest ValueType128 value.
static
DecimalImpUtil::ValueType128
convertToDecimal128(ValueType64 const& input);
Return Value
-
the closest value of the indicated result type
-
the closest
ValueType128value
Parameters
Name |
Description |
input |
value to convert |
Created with MrDocs