convertToBID overloads
Declared in <bdldfp_decimalimputil.h>
Convert the specified value to Binary Integral Decimal (BID) format.
static
DecimalStorage::Type128
convertToBID(ValueType128 value);
» more...
Return a DecimalStorage::TypeXX representing the specified value in Binary Integral Decimal (BID) format. This format is compatible with the Intel DFP implementation type.
static
DecimalStorage::Type32
convertToBID(ValueType32 value);
» more...
Convert the specified value to Binary Integral Decimal (BID) format.
static
DecimalStorage::Type64
convertToBID(ValueType64 value);
» more...