Convert a BID‐encoded decimal value to Densely Packed Decimal format.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalStorage::Type32
convertBIDtoDPD(ValueType32 value);

Return Value

DPD‐encoded storage value

Parameters

Name

Description

value

native BID‐encoded decimal value

Created with MrDocs