Convert a BID‐encoded decimal value to Densely Packed Decimal format.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalStorage::Type64
convertBIDtoDPD(ValueType64 value);
Return Value
DPD‐encoded storage value
Parameters
Name |
Description |
value |
native BID‐encoded decimal value |
Created with MrDocs