Return the native implementation representation of the value of the same size base-10 floating-point value stored in Binary Integer Decimal format at the specified buffer address. The behavior is undefined unless buffer points to a memory area at least sizeof(decimal) in size containing a value in BID format.
Declared in <bdldfp_decimalconvertutil.h>
static
Decimal128
decimal128FromBID(unsigned char const* buffer);