Skip to content

Function floor

function floor(const T1 &) simd

template <numeric T1>
KFR_INTRINSIC T1 floor(const T1& x)

Returns the largest integer value not greater than x.

Template parameters
T1 Numeric type.
Parameters
x Input value.
Returns
The largest integer value not greater than x.

Fully qualified name: kfr::floor(const T1 &)

Declared at simd/round.hpp:39

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.