DEPRECATED: Use decimalToBID instead.
Synopsis
Declared in <bdldfp_decimalconvertutil.h>
static
void
decimal128ToBID(
unsigned char* buffer,
Decimal128 decimal);
Parameters
Name |
Description |
buffer |
receives the BID encoding |
decimal |
value to encode |
Created with MrDocs