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