decimal32FromDPD overloads

Synopses

Declared in <bdldfp_decimalconvertutil.h>

Return the Decimal32 decoded from DPD data at buffer.

static
Decimal32
decimal32FromDPD(unsigned char const* buffer);

Store into decimal the value decoded from DPD data at buffer.

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

Return Value

native Decimal32 representation of the DPD value

Parameters

Name

Description

buffer

buffer containing a DPD‐encoded value

decimal

receives the decoded value

Created with MrDocs