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