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

◆ operator*() [3/4]

template<class T, int F, int I>
u16 fl::qfx< T, F, I >::operator* ( u16 v)
inline

Definition at line 25 of file qfx.h.

25{ return (v*i) + ((v*f)>>F); }
T i
Integer value of number.
Definition qfx.h:14
T f
Fractional value of number.
Definition qfx.h:15
Template class for representing fractional ints.
Definition qfx.h:13