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

◆ operator<<() [9/24]

StrStream & fl::StrStream::operator<< ( const double & f)
inline

Definition at line 129 of file strstream.h.

129 {
130 // multiply by 100 and round to get 2 decimal places
131 mStr.append(f);
132 return *this;
133 }

References StrStream(), and mStr.

+ Here is the call graph for this function: