Same as the related overload above for decimalToBID.

Synopsis

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

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

Parameters

Name

Description

buffer

receives the BID encoding

decimal

value to encode

Created with MrDocs