FastLED 3.9.15
Loading...
Searching...
No Matches

◆ floor() [3/4]

template<typename T>
enable_if< floor_detail::has_static_floor< T >::value, decltype(T::floor(declval< T >()))>::type fl::floor ( T value)
inline

Definition at line 479 of file math.h.

479 {
480 return T::floor(value);
481}
constexpr int type_rank< T >::value

References FL_NOEXCEPT, and type_rank< T >::value.