Convert input to the closest ValueType32 value.
Synopses
Declared in <bdldfp_decimalimputil.h>
Convert input to the closest ValueType32 value.
static
DecimalImpUtil::ValueType32
convertToDecimal32(ValueType128 const& input);
Convert input to the closest ValueType32 value.
static
DecimalImpUtil::ValueType32
convertToDecimal32(ValueType64 const& input);
Return Value
the closest ValueType32 value
Parameters
Name |
Description |
input |
value to convert |
Created with MrDocs