BloombergLP::bdldfp::DecimalConvertUtil_IntelDfp::decimalFromDPD

decimalFromDPD overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Store the DPD value at buffer into decimal.

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

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

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

Same as the related overload above for decimalFromDPD.

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

Parameters

NameDescription
decimaldestination decimal object
bufferbuffer containing DPD-encoded value