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

◆ append() [17/37]

string & fl::string::append ( const float & _val,
int precision )
inline

Definition at line 867 of file str.h.

867 {
868 StringFormatter::appendFloat(_val, this, precision);
869 return *this;
870 }
static void appendFloat(const float &val, StrN< FASTLED_STR_INLINED_SIZE > *dst)

References fl::StringFormatter::appendFloat().

+ Here is the call graph for this function: