FastLED
3.9.15
Loading...
Searching...
No Matches
◆
mod()
template<typename Derived, int IntBits, int FracBits>
static
constexpr
FASTLED_FORCE_INLINE
Derived
fl::fixed_point_base
< Derived, IntBits, FracBits >::mod
(
Derived
a
,
Derived
b
)
inline
static
constexpr
Definition at line
118
of file
base.h
.
118
{
119
return
Derived::from_raw
(
a
.
mValue
%
b
.
mValue
);
120
}
fl::fixed_point_base::mValue
raw_type mValue
Definition
base.h:41
fl::fixed_point_base
Definition
base.h:28
References
FASTLED_FORCE_INLINE
.
fl
fixed_point_base
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2