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

◆ operator=() [2/2]

UINumberField & fl::UINumberField::operator= ( int value)
inline

Definition at line 68 of file number_field.h.

68 {
69 setValue(static_cast<double>(value));
70 return *this;
71 }
double value() const FL_NOEXCEPT
void setValue(double value) FL_NOEXCEPT

References UINumberField(), FL_NOEXCEPT, setValue(), and value().

+ Here is the call graph for this function: