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