Convert Binary Integral Decimal bid to the implementation type.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType32
convertFromBID(DecimalStorage::Type32 bid);
Description
This format is compatible with the Intel DFP implementation type.
Return Value
the corresponding implementation decimal value
Parameters
Name |
Description |
bid |
value in Binary Integral Decimal format |
Created with MrDocs