BloombergLP::bdldfp::DecimalImpUtil::convertToBID

Convert value to Binary Integral Decimal (BID) format.

Synopses

Declared in <bdldfp_decimalimputil.h>

Convert value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type128
convertToBID(ValueType128 value);
» more...

Convert value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type32
convertToBID(ValueType32 value);
» more...

Convert value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type64
convertToBID(ValueType64 value);
» more...

Return Value

the Binary Integral Decimal representation of value

Parameters

NameDescription
valueimplementation decimal value to convert