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

◆ fract()

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

Definition at line 513 of file fixed_point.h.

513{ return T::fract(x); }

References FL_NOEXCEPT, and x.