decimal64FromDPD overloads

Synopses

Declared in <bdldfp_decimalconvertutil.h>

Return the Decimal64 decoded from DPD data at buffer.

static
Decimal64
decimal64FromDPD(unsigned char const* buffer);

Same as the overload taking Decimal32.

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

Return Value

native Decimal64 representation of the DPD value

Parameters

Name

Description

buffer

buffer containing a DPD‐encoded value

decimal

receives the decoded value

Created with MrDocs