Convert Densely Packed Decimal dpd to the implementation type.
Declared in <bdldfp_decimalimputil.h>
Convert Densely Packed Decimal dpd to the implementation type.
static
DecimalImpUtil::ValueType128
convertDPDtoBID(DecimalStorage::Type128 dpd);
» more...
Convert Densely Packed Decimal dpd to the implementation type.
static
DecimalImpUtil::ValueType32
convertDPDtoBID(DecimalStorage::Type32 dpd);
» more...
Convert Densely Packed Decimal dpd to the implementation type.
static
DecimalImpUtil::ValueType64
convertDPDtoBID(DecimalStorage::Type64 dpd);
» more...
the corresponding implementation decimal value
| Name | Description |
|---|---|
| dpd | value in Densely Packed Decimal format |