convertDPDtoBID overloads
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...
native BID-encoded decimal value
| Name | Description |
|---|---|
| dpd | DPD-encoded storage value |