BloombergLP::bdldfp::DecimalImpUtil::convertDPDtoBID

convertDPDtoBID overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Convert the specified DPD-encoded dpd value to BID encoding.

static
DecimalImpUtil::ValueType128
convertDPDtoBID(DecimalStorage::Type128 dpd);
» more...

Return a ValueTypeXX representing the specified dpd, which is currently in Densely Packed Decimal (DPD) format. This format is compatible with the IBM compiler's native type.

static
DecimalImpUtil::ValueType32
convertDPDtoBID(DecimalStorage::Type32 dpd);
» more...

Convert the specified DPD-encoded dpd value to BID encoding.

static
DecimalImpUtil::ValueType64
convertDPDtoBID(DecimalStorage::Type64 dpd);
» more...