BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertFromBID

Convert a Binary Integral Decimal (BID) storage value to native form.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType32
convertFromBID(DecimalStorage::Type32 bid);

Description

Return a ValueTypeXX representing the specified bid, which is currently in Binary Integral Decimal (BID) format. This format is compatible with the Intel DFP implementation type.

Return Value

native decimal value

Parameters

NameDescription
bidBID-encoded storage value