decimalFromBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Same as the related overload above for decimalFromBID.

static
void
decimalFromBID(
    Decimal128* decimal,
    unsigned char const* buffer);

Store into decimal the native value of the BID data at buffer.

static
void
decimalFromBID(
    Decimal32* decimal,
    unsigned char const* buffer);

Same as the related overload above for decimalFromBID.

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

Parameters

Name

Description

decimal

destination decimal object

buffer

buffer containing BID‐encoded value

Created with MrDocs