Convert a Densely Packed Decimal (DPD) value to BID encoding.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
convertDPDtoBID(DecimalStorage::Type32 dpd);
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.
native BID-encoded decimal value
| Name | Description |
|---|---|
| dpd | DPD-encoded storage value |