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

◆ to_int()

template<typename Derived, int IntBits, int FracBits>
raw_type fl::fixed_point_base< Derived, IntBits, FracBits >::to_int ( ) const
inlineconstexpr

Definition at line 63 of file base.h.

63{ return mValue >> FRAC_BITS; }
static constexpr int FRAC_BITS
Definition base.h:38
raw_type mValue
Definition base.h:41

References FRAC_BITS, and mValue.