BloombergLP::bdldfp::DecimalImpUtil::convertBIDtoDPD

Convert value to Densely Packed Decimal (DPD) format.

Synopses

Declared in <bdldfp_decimalimputil.h>

Convert value to Densely Packed Decimal (DPD) format.

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

Convert value to Densely Packed Decimal (DPD) format.

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

Convert value to Densely Packed Decimal (DPD) format.

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

Return Value

the Densely Packed Decimal representation of value

Parameters

NameDescription
valueimplementation decimal value to convert