FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator*()
[4/4]
template<class T, int F, int I>
uint32_t
qfx
< T, F, I >::operator*
(
uint32_t
v
)
inline
Multiply the fractional int by a value.
Definition at line
26
of file
qfx.h
.
26
{
return
(
v
*
i
) + ((
v
*
f
)>>
F
); }
qfx::i
T i
Integer value of number.
Definition
qfx.h:17
qfx::f
T f
Fractional value of number.
Definition
qfx.h:18
qfx
Template class for representing fractional ints.
Definition
qfx.h:16
qfx
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2