Store into decimal the native value of the BID data at buffer.
Declared in <bdldfp_decimalconvertutil_inteldfp.h>
static
void
decimalFromBID(
Decimal32* decimal,
unsigned char const* buffer);
The behavior is undefined unless buffer points to a memory area at least sizeof(*decimal) in size containing a value in BID format.
| Name | Description |
|---|---|
| decimal | destination decimal object |
| buffer | buffer containing BID-encoded value |