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