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

◆ toInt< double >()

template<>
int fl::gfx::toInt< double > ( const double & val)
inline

Definition at line 114 of file primitives.h.

114 {
115 return static_cast<int>(val);
116}