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

◆ to_float()

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

Definition at line 77 of file s0x32.h.

77 {
78 return static_cast<float>(mValue) / (1LL << 31);
79 }
i32 mValue
Definition s0x32.h:174

References FL_NOEXCEPT, and mValue.