function iround(const T1 &) round¶
template <numeric T1>
KFR_INTRINSIC itype<T1> iround(const T1& x) Returns the nearest integer value to x, as an integer type.
| T1 | Numeric type. |
| x | Input value. |
| Integer equivalent of round( x). |
Defined at simd/round.hpp:126