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

◆ append() [16/37]

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

Definition at line 861 of file str.h.

861 {
862 // round to nearest hundredth
864 return *this;
865 }
static void appendFloat(const float &val, StrN< FASTLED_STR_INLINED_SIZE > *dst)

References fl::StringFormatter::appendFloat().

+ Here is the call graph for this function: