decimalFromBID overloads
Declared in <bdldfp_decimalconvertutil_inteldfp.h>
Same as the related overload above for decimalFromBID.
static
void
decimalFromBID(
Decimal128* decimal,
unsigned char const* buffer);
» more...
Store into decimal the native value of the BID data at buffer.
static
void
decimalFromBID(
Decimal32* decimal,
unsigned char const* buffer);
» more...
Same as the related overload above for decimalFromBID.
static
void
decimalFromBID(
Decimal64* decimal,
unsigned char const* buffer);
» more...
| Name | Description |
|---|---|
| decimal | destination decimal object |
| buffer | buffer containing BID-encoded value |