MCPcopy Create free account
hub / github.com/SmingHub/Sming / isFloat

Function isFloat

Sming/Core/Data/Stream/SectionTemplate.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool isFloat(const char* s)
56{
57 return isNumber(s) && strchr(s, '.') != nullptr;
58}
59
60bool isFloat(const String& s)
61{

Callers 2

addMethod · 0.85
subMethod · 0.85

Calls 2

isNumberFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected