FastLED
3.9.15
Loading...
Searching...
No Matches
◆
div_by_count()
[3/3]
template<typename T>
fl::enable_if
<!
fl::is_floating_point
< T >
::value
&&!
fl::is_integral
< T >
::value
, T >::type fl::detail::div_by_count
(
T
sum
,
fl::size
count
)
inline
Definition at line
20
of file
div_by_count.h
.
20
{
return
sum / T(
static_cast<
float
>
(count)); }
fl
detail
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2