decimal64FromBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil.h>

DEPRECATED: Use decimalFromBID instead.

static
Decimal64
decimal64FromBID(unsigned char const* buffer);

Same as the related overload above for decimal64FromBID.

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

Created with MrDocs