BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertFromBID

convertFromBID overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Convert the specified BID-encoded bid value to the native representation.

static
DecimalImpUtil_IntelDfp::ValueType128
convertFromBID(DecimalStorage::Type128 bid);
» more...

Return a ValueTypeXX representing the specified bid, which is currently in Binary Integral Decimal (BID) format. This format is compatible with the Intel DFP implementation type.

static
DecimalImpUtil_IntelDfp::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
» more...

Convert the specified BID-encoded bid value to the native representation.

static
DecimalImpUtil_IntelDfp::ValueType64
convertFromBID(DecimalStorage::Type64 bid);
» more...