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

◆ step()

template<int IntBits, int FracBits, Sign S>
static constexpr FASTLED_FORCE_INLINE fixed_point fl::fixed_point< IntBits, FracBits, S >::step ( fixed_point< IntBits, FracBits, S > edge,
fixed_point< IntBits, FracBits, S > x )
inlinestaticconstexpr

Definition at line 355 of file fixed_point.h.

355 {
356 return from_raw(Base::step(edge, x).raw());
357 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT