BloombergLP::bdldfp::DecimalImpUtil::convertToBID

Convert value to Binary Integral Decimal (BID) format.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalStorage::Type128
convertToBID(ValueType128 value);

Return Value

the Binary Integral Decimal representation of value

Parameters

NameDescription
valueimplementation decimal value to convert