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

◆ round() [2/2]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::round ( T value)
inline

Definition at line 327 of file math.h.

327{ return static_cast<float>(value); }
constexpr int type_rank< T >::value

References FL_NOEXCEPT, and type_rank< T >::value.