Store into decimal the value decoded from BID data at buffer.
Declared in <bdldfp_decimalconvertutil.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 | receives the decoded value |
| buffer | buffer containing a BID-encoded value |