MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / WriteFloat

Method WriteFloat

sourcecommon/inif.cpp:359–362  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

357}
358//---------------------------------------------------------------------------
359void TMYIniFile::WriteFloat(char * Section, char * Ident, double Value)
360{
361 WriteFloat(String(Section), String(Ident), Value);
362}
363//---------------------------------------------------------------------------
364void TMYIniFile::WriteFloat(String Section, String Ident, double Value)
365{

Callers 1

SavePositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected