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

◆ to_float()

float fl::u16x16::to_float ( ) const
inlineconstexpr

Definition at line 61 of file u16x16.h.

61{ return static_cast<float>(mValue) / (SCALE); }
u32 mValue
Definition u16x16.h:201
static constexpr i32 SCALE
Definition u16x16.h:22

References FL_NOEXCEPT, mValue, and SCALE.

Referenced by fl::audio::fft::Context::fastDb().

+ Here is the caller graph for this function: