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);

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

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

Same as the related overload above for decimalFromDPD.

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

Parameters

Name

Description

decimal

destination decimal object

buffer

buffer containing DPD‐encoded value

Created with MrDocs