FastLED
3.9.15
Loading...
Searching...
No Matches
◆
divByCount()
[2/3]
template<typename T, fl::size N = 0>
template<typename U = T>
static
fl::enable_if
<
fl::is_integral
< U >
::value
, U >::type
fl::detail::MovingAverageImpl
< T, N >::divByCount
(
U
sum
,
fl::size
count
)
inline
static
private
Definition at line
56
of file
moving_average_impl.h
.
56
{
57
return
sum
/
static_cast<
U
>
(
count
);
58
}
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