binaryToDecimal32 overloads
Synopses
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert a binary double to the closest 32‐bit decimal value.
static
DecimalImpUtil_IntelDfp::ValueType32
binaryToDecimal32(double value);
Convert a binary float to the closest 32‐bit decimal value.
static
DecimalImpUtil_IntelDfp::ValueType32
binaryToDecimal32(float value);
Return Value
closest 32‐bit decimal representation of value
Parameters
Name |
Description |
value |
binary floating‐point value to convert |
Created with MrDocs