decimalFromDPD overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Same as the related overload above for decimalFromDPD.

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

Store, into the specified decimal, the native implementation representation of the value of the same size base‐10 floating point value represented in Densely Packed Decimal format, at the specified buffer address. The behavior is undefined unless buffer points to a memory area at least sizeof(decimal) in size containing a value in DPD format.

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

Created with MrDocs