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

◆ operator/()

template<int IntBits, int FracBits, Sign S>
FASTLED_FORCE_INLINE fixed_point fl::fixed_point< IntBits, FracBits, S >::operator/ ( fixed_point< IntBits, FracBits, S > b) const
inlineconstexpr

Definition at line 238 of file fixed_point.h.

238 {
239 return from_raw((Base::operator/(b)).raw());
240 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT