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