Convert a native decimal value to Binary Integral Decimal (BID) format.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalStorage::Type64
convertToBID(ValueType64 value);
Return Value
BID‐encoded storage value
Parameters
Name |
Description |
value |
native decimal value |
Created with MrDocs