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

◆ append() [10/24]

Str & fl::Str::append ( const float & _val)
inline

Definition at line 554 of file str.h.

554 {
555 // round to nearest hundredth
557 return *this;
558 }
static void appendFloat(const float &val, StrN< 64 > *dst)
Definition str.cpp:275

References Str(), and fl::StringFormatter::appendFloat().

+ Here is the call graph for this function: