Encode the specified decimal into buffer in DPD format.
Synopsis
Declared in <bdldfp_decimalconvertutil.h>
static
void
decimal32ToDPD(
unsigned char* buffer,
Decimal32 decimal);
Parameters
Name |
Description |
buffer |
receives the DPD encoding |
decimal |
value to encode |
Created with MrDocs