BloombergLP::bdldfp::DecimalImpUtil::binaryToDecimal128

Create a Decimal128 closest to binary floating-point value.

Synopses

Declared in <bdldfp_decimalimputil.h>

Create a Decimal128 closest to binary floating-point value.

static
DecimalImpUtil::ValueType128
binaryToDecimal128(double value);
» more...

Create a Decimal128 closest to binary floating-point value.

static
DecimalImpUtil::ValueType128
binaryToDecimal128(float value);
» more...

Return Value

a Decimal128 closest to binary floating-point value

Parameters

NameDescription
valuebinary floating-point value to convert