Convert a Binary Integral Decimal (BID) storage value to native form.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
Description
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.
Return Value
native decimal value
Parameters
Name |
Description |
bid |
BID‐encoded storage value |
Created with MrDocs