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

◆ operator<<() [16/24]

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

Definition at line 123 of file strstream.h.

123 {
124 // multiply by 100 and round to get 2 decimal places
125 mStr.append(f);
126 return *this;
127 }

References StrStream(), and mStr.

+ Here is the call graph for this function: