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

◆ operator<<() [5/12]

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

Definition at line 89 of file strstream.h.

89 {
90 // multiply by 100 and round to get 2 decimal places
91 mStr.append(f);
92 return *this;
93 }

References StrStream(), and mStr.

+ Here is the call graph for this function: