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