BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::convertToDecimal128

Convert a 64-bit decimal value to 128-bit decimal.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType128
convertToDecimal128(ValueType64 const& input);

Return Value

128-bit decimal representation of input

Parameters

NameDescription
input64-bit decimal value to convert