Convert Densely Packed Decimal dpd to the implementation type.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType32
convertDPDtoBID(DecimalStorage::Type32 dpd);
Description
This format is compatible with the IBM compiler's native type.
Return Value
the corresponding implementation decimal value
Parameters
Name |
Description |
dpd |
value in Densely Packed Decimal format |
Created with MrDocs