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

Method toInt

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

Source from the content-addressed store, hash-verified

121 }
122
123 int toInt() const
124 {
125 return toString().toInt();
126 }
127
128 float toFloat() const
129 {

Callers 6

bindMethod · 0.45
cmdPortMethod · 0.45
compareMethod · 0.45
addMethod · 0.45
subMethod · 0.45
evaluateMethod · 0.45

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected