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

◆ sign() [2/2]

static constexpr FASTLED_FORCE_INLINE int fl::s4x12::sign ( s4x12 x)
inlinestaticconstexpr

Definition at line 136 of file s4x12.h.

136 {
137 return x.mValue > 0 ? 1 : (x.mValue < 0 ? -1 : 0);
138 }

References s4x12(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::x.

+ Here is the call graph for this function: