BloombergLP::bdldfp::DecimalImpUtil::binaryToDecimal32

Create a Decimal32 closest to binary floating-point value.

Synopses

Declared in <bdldfp_decimalimputil.h>

Create a Decimal32 closest to binary floating-point value.

static
DecimalImpUtil::ValueType32
binaryToDecimal32(double value);
» more...

Create a Decimal32 closest to binary floating-point value.

static
DecimalImpUtil::ValueType32
binaryToDecimal32(float value);
» more...

Return Value

a Decimal32 closest to binary floating-point value

Parameters

NameDescription
valuebinary floating-point value to convert