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

◆ operator=() [3/13]

JsonValue & fl::JsonValue::operator= ( double d)
inline

Definition at line 753 of file json.h.

755 {
756 data = static_cast<float>(d);
variant_t data
Definition json.h:678