decimalToBID overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Same as the related overload above for decimalToBID.

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

Populate buffer with the BID representation of decimal.

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

Same as the related overload above for decimalToBID.

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

Parameters

Name

Description

buffer

receives the BID encoding

decimal

value to encode

Created with MrDocs