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