Create a Decimal64 closest to binary floating-point value.
Declared in <bdldfp_decimalimputil.h>
Create a Decimal64 closest to binary floating-point value.
static
DecimalImpUtil::ValueType64
binaryToDecimal64(double value);
» more...
Create a Decimal64 closest to binary floating-point value.
static
DecimalImpUtil::ValueType64
binaryToDecimal64(float value);
» more...
a Decimal64 closest to binary floating-point value
| Name | Description |
|---|---|
| value | binary floating-point value to convert |