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