Convert a 64-bit decimal value to 128-bit decimal.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType128
convertToDecimal128(ValueType64 const& input);
128-bit decimal representation of input
| Name | Description |
|---|---|
| input | 64-bit decimal value to convert |