BloombergLP::bdldfp::DecimalConvertUtil::decimal64FromBID

decimal64FromBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil.h>

DEPRECATED: Use decimalFromBID instead.

static
Decimal64
decimal64FromBID(unsigned char const* buffer);
» more...

Store into decimal the value decoded from BID data at buffer.

static
void
decimal64FromBID(
    Decimal64* decimal,
    unsigned char const* buffer);
» more...

Return Value

native Decimal64 representation of the BID value

Parameters

NameDescription
bufferbuffer containing a BID-encoded value
decimalreceives the decoded value