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