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

◆ to_float()

template<int IntBits, int FracBits, Sign S>
FASTLED_FORCE_INLINE float fl::fixed_point< IntBits, FracBits, S >::to_float ( ) const
inlineconstexpr

Definition at line 215 of file fixed_point.h.

215{ return Base::to_float(); }