Return the native value of the DPD encoding at buffer.
Declared in <bdldfp_decimalconvertutil_inteldfp.h>
static
Decimal128
decimal128FromDPD(unsigned char const* buffer);
The behavior is undefined unless buffer points to a memory area at least sizeof(Decimal128) in size containing a value in DPD format.
native representation of the DPD value
| Name | Description |
|---|---|
| buffer | buffer containing DPD-encoded value |