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

◆ shift_right() [1/2]

template<typename T, int K = 2>
template<typename U = T>
static fl::enable_if< fl::is_floating_point< U >::value, U >::type fl::detail::LeakyIntegratorImpl< T, K >::shift_right ( U val)
inlinestaticprivate

Definition at line 26 of file leaky_integrator_impl.h.

26{ return val / static_cast<U>(1 << K); }

Referenced by update().

+ Here is the caller graph for this function: