BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::int32ToDecimal128

Return a 128-bit decimal representation of the specified integer.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType128
int32ToDecimal128(int value);

Return Value

128-bit decimal representation of value

Parameters

NameDescription
valueinteger value to convert