convertBIDtoDPD overloads
Declared in <bdldfp_decimalimputil.h>
Convert the specified 128-bit value to DPD encoding.
static
DecimalStorage::Type128
convertBIDtoDPD(ValueType128 value);
» more...
Convert the specified value to DPD encoding.
static
DecimalStorage::Type32
convertBIDtoDPD(ValueType32 value);
» more...
Convert the specified 64-bit value to DPD encoding.
static
DecimalStorage::Type64
convertBIDtoDPD(ValueType64 value);
» more...