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

◆ floor()

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::floor ( T x)
inlineconstexpr

Definition at line 503 of file fixed_point.h.

503{ return T::floor(x); }

Referenced by do_floor(), lookup1_values(), and vorbis_decode_packet_rest().

+ Here is the caller graph for this function: