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

◆ operator=() [2/2]

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

Definition at line 38 of file number_field.h.

38 {
39 setValue(static_cast<double>(value));
40 return *this;
41 }
double value() const
void setValue(double value)

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

+ Here is the call graph for this function: