convertFromBID overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Convert a Binary Integral Decimal (BID) storage value to native form.
static
DecimalImpUtil_IntelDfp::ValueType128
convertFromBID(DecimalStorage::Type128 bid);
» more...
Convert a Binary Integral Decimal (BID) storage value to native form.
static
DecimalImpUtil_IntelDfp::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
» more...
Convert a Binary Integral Decimal (BID) storage value to native form.
static
DecimalImpUtil_IntelDfp::ValueType64
convertFromBID(DecimalStorage::Type64 bid);
» more...
native decimal value
| Name | Description |
|---|---|
| bid | BID-encoded storage value |