Return the Decimal128 decoded from BID data at buffer.
Declared in <bdldfp_decimalconvertutil.h>
static
Decimal128
decimal128FromBID(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 BID format.
native Decimal128 representation of the BID value
| Name | Description |
|---|---|
| buffer | buffer containing a BID-encoded value |