function round(const T1 &) round¶
template <numeric T1>
KFR_INTRINSIC T1 round(const T1& x) Returns the nearest integer value to x.
| T1 | Numeric type. |
| x | Input value. |
| The nearest integer value to x. |
Defined at simd/round.hpp:66