BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::int64ToDecimal128

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

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType128
int64ToDecimal128(long long value);

Return Value

128-bit decimal representation of value

Parameters

NameDescription
value64-bit integer value to convert