binaryToDecimal64 overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert a binary double to the closest 64-bit decimal value.
static
DecimalImpUtil_IntelDfp::ValueType64
binaryToDecimal64(double value);
» more...
Convert a binary float to the closest 64-bit decimal value.
static
DecimalImpUtil_IntelDfp::ValueType64
binaryToDecimal64(float value);
» more...
closest 64-bit decimal representation of value
| Name | Description |
|---|---|
| value | binary floating-point value to convert |