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

◆ append() [10/23]

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

Definition at line 541 of file str.h.

541 {
542 // round to nearest hundredth
544 return *this;
545 }
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: