decimal64FromBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil.h>

DEPRECATED: Use decimalFromBID instead.

static
Decimal64
decimal64FromBID(unsigned char const* buffer);

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

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

Return Value

native Decimal64 representation of the BID value

Parameters

Name

Description

buffer

buffer containing a BID‐encoded value

decimal

receives the decoded value

Created with MrDocs