binaryToDecimal64 overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert the specified binary floating-point value to decimal64.
static
DecimalImpUtil_IntelDfp::ValueType64
binaryToDecimal64(double value);
» more...
Create a Decimal64 object having the value closest to the specified value following the conversion rules as defined by IEEE-754:
static
DecimalImpUtil_IntelDfp::ValueType64
binaryToDecimal64(float value);
» more...