BloombergLP::bdldfp::DecimalConvertUtil_IntelDfp::decimalFromBID

decimalFromBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Same as the related overload above for decimalFromBID.

static
void
decimalFromBID(
    Decimal128* decimal,
    unsigned char const* buffer);
» more...

Store into decimal the native value of the BID data at buffer.

static
void
decimalFromBID(
    Decimal32* decimal,
    unsigned char const* buffer);
» more...

Same as the related overload above for decimalFromBID.

static
void
decimalFromBID(
    Decimal64* decimal,
    unsigned char const* buffer);
» more...

Parameters

NameDescription
decimaldestination decimal object
bufferbuffer containing BID-encoded value