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

◆ operator*() [2/2]

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

Definition at line 267 of file fixed_point.h.

267 {
268 return from_raw((Base::operator*(scalar)).raw());
269 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT