BloombergLP::bdldfp::DecimalImpUtil::convertBIDtoDPD

Convert value to Densely Packed Decimal (DPD) format.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalStorage::Type32
convertBIDtoDPD(ValueType32 value);

Description

This format is compatible with the IBM compiler's native type.

Return Value

the Densely Packed Decimal representation of value

Parameters

NameDescription
valueimplementation decimal value to convert