Skip to content

Function ifloor

function ifloor(const T1 &) simd

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

Returns the largest integer value not greater than x, as an integer type.

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