FastLED
3.9.15
Loading...
Searching...
No Matches
◆
divByCount()
[3/3]
template<typename T, fl::size N = 0>
template<typename U = T>
static
fl::enable_if
<!
fl::is_floating_point
< U >
::value
&&!
fl::is_integral
< U >
::value
, U >::type
fl::detail::MovingAverageImpl
< T, N >::divByCount
(
U
sum
,
fl::size
count
)
inline
static
private
Definition at line
63
of file
moving_average_impl.h
.
63
{
64
return
sum
/
U
(
static_cast<
float
>
(
count
));
65
}
fl::detail::MovingAverageImpl
Definition
moving_average_impl.h:11
fl
detail
MovingAverageImpl
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2