Skip to content

Function iround

function iround(const T1 &) simd

template <numeric T1>
KFR_INTRINSIC itype<T1> iround(const T1& x)

Returns the nearest integer value to x, as an integer type.

Template parameters
T1 Numeric type.
Parameters
x Input value.
Returns
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.