Function floor¶
function floor(const T1 &) simd¶
template <numeric T1>
KFR_INTRINSIC T1 floor(const T1& x) Returns the largest integer value not greater than x.
| T1 | Numeric type. |
| x | Input value. |
The largest integer value not greater than x. |
Fully qualified name: kfr::floor(const T1 &)
Declared at simd/round.hpp:39
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.