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