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

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

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

Parameters

Name

Description

decimal

receives the decoded value

buffer

buffer containing a BID‐encoded value

Created with MrDocs