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

◆ value()

template<typename T = float, fl::size N = 8>
FASTLED_FORCE_INLINE T fl::WeightedMovingAverage< T, N >::value ( ) const
inline

Definition at line 496 of file filter.h.

496{ return mImpl.value(); }
detail::WeightedMovingAverageImpl< T, N > mImpl
Definition filter.h:503

References FASTLED_FORCE_INLINE, and mImpl.