Convert a Binary Integral Decimal (BID) storage value to native form.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
Return a ValueTypeXX representing the specified bid, which is currently in Binary Integral Decimal (BID) format. This format is compatible with the Intel DFP implementation type.
native decimal value
| Name | Description |
|---|---|
| bid | BID-encoded storage value |