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

◆ mod()

static constexpr FASTLED_FORCE_INLINE u4x12 fl::u4x12::mod ( u4x12 a,
u4x12 b )
inlinestaticconstexpr

Definition at line 111 of file u4x12.h.

111 {
112 return from_raw(a.mValue % b.mValue);
113 }
static constexpr FASTLED_FORCE_INLINE u4x12 from_raw(u16 raw) FL_NOEXCEPT
Definition u4x12.h:52

References u4x12(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and from_raw().

+ Here is the call graph for this function: