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

◆ min()

template<int IntBits, int FracBits, Sign S>
static constexpr FASTLED_FORCE_INLINE fixed_point fl::fixed_point< IntBits, FracBits, S >::min ( fixed_point< IntBits, FracBits, S > a,
fixed_point< IntBits, FracBits, S > b )
inlinestaticconstexpr

Definition at line 368 of file fixed_point.h.

368 {
369 return from_raw(Base::min(a, b).raw());
370 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT