decimal32FromDPD overloads
Declared in <bdldfp_decimalconvertutil.h>
Return the Decimal32 decoded from DPD data at buffer.
static
Decimal32
decimal32FromDPD(unsigned char const* buffer);
» more...
Store into decimal the value decoded from DPD data at buffer.
static
void
decimal32FromDPD(
Decimal32* decimal,
unsigned char const* buffer);
» more...
native Decimal32 representation of the DPD value
| Name | Description |
|---|---|
| buffer | buffer containing a DPD-encoded value |
| decimal | receives the decoded value |