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

◆ to_int()

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

Definition at line 211 of file fixed_point.h.

211{ return Base::to_int(); }