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