convertFromBID overloads
Declared in <bdldfp_decimalimputil.h>
Convert the specified BID-encoded bid value to a 128-bit decimal.
static
DecimalImpUtil::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::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
» more...
Convert the specified BID-encoded bid value to a 64-bit decimal.
static
DecimalImpUtil::ValueType64
convertFromBID(DecimalStorage::Type64 bid);
» more...