Encode the specified decimal into buffer in BID format.

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

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

Parameters

Name

Description

buffer

receives the BID encoding

decimal

value to encode

Created with MrDocs