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

◆ lround() [2/2]

template<typename T>
enable_if< is_integral< T >::value, long >::type fl::lround ( T value)
inline

Definition at line 333 of file math.h.

333{ return static_cast<long>(value); }
constexpr int type_rank< T >::value

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