BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertToBID

convertToBID overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Convert a native decimal value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type128
convertToBID(ValueType128 value);
» more...

Convert a native decimal value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type32
convertToBID(ValueType32 value);
» more...

Convert a native decimal value to Binary Integral Decimal (BID) format.

static
DecimalStorage::Type64
convertToBID(ValueType64 value);
» more...

Return Value

BID-encoded storage value

Parameters

NameDescription
valuenative decimal value