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

Method ReadFloat

sourcecommon/inif.cpp:279–282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

277}
278//---------------------------------------------------------------------------
279double TMYIniFile::ReadFloat(char * Section, char * Ident, double def)
280{
281 return ReadFloat(String(Section), String(Ident), def);
282}
283//---------------------------------------------------------------------------
284double TMYIniFile::ReadFloat(String Section, String Ident, double def)
285{

Callers 1

LoadPositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected