Function round¶
function round(E1 &&) base¶
template <expression_argument E1>
KFR_FUNCTION expression_make_function<fn::round, E1> round(E1&& x) Creates an expression that returns x rounded to the nearest integer.
Fully qualified name: kfr::round(E1 &&)
Declared at base/simd_expressions.hpp:574
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.