BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertDPDtoBID

convertDPDtoBID overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Convert a Densely Packed Decimal (DPD) value to BID encoding.

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

Convert a Densely Packed Decimal (DPD) value to BID encoding.

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

Convert a Densely Packed Decimal (DPD) value to BID encoding.

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

Return Value

native BID-encoded decimal value

Parameters

NameDescription
dpdDPD-encoded storage value