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