DEPRECATED: Use decimalToBID instead.

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

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

Parameters

Name

Description

buffer

receives the BID encoding

decimal

value to encode

Created with MrDocs