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

◆ divByCount() [1/3]

template<typename T, fl::size N = 0>
template<typename U = T>
static fl::enable_if< fl::is_floating_point< U >::value, U >::type fl::detail::MovingAverageImpl< T, N >::divByCount ( U sum,
fl::size count )
inlinestaticprivate

Definition at line 50 of file moving_average_impl.h.

50 {
51 return sum / static_cast<U>(count);
52 }

Referenced by value().

+ Here is the caller graph for this function: