Function itrunc¶
function itrunc(const T1 &) simd¶
Returns the truncated integer part of x, as an integer type.
| T1 | Numeric type. |
| x | Input value. |
Integer equivalent of trunc( x). |
Fully qualified name: kfr::itrunc(const T1 &)
Declared at simd/round.hpp:135
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.