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