Store the DPD value at buffer into decimal.

Synopsis

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

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

Description

Same as the related overload above for decimalFromDPD.

Parameters

Name

Description

decimal

destination decimal object

buffer

buffer containing DPD‐encoded value

Created with MrDocs