Same as the related overload above for decimalToDPD.

Synopsis

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

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

Parameters

Name

Description

buffer

receives the DPD encoding

decimal

value to encode

Created with MrDocs