MCPcopy Create free account
hub / github.com/devosoft/avida / IsNumber

Method IsNumber

avida-core/source/tools/cString.cc:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool cString::IsNumber() const
265{
266 for (int i = 0; i < GetSize(); ++i) {
267 if ( IsNumber(i) == false ) return false;
268 }
269 return true;
270}
271
272bool cString::IsNumeric() const
273{

Callers 5

IsValidArgumentMethod · 0.45
AssertInputDoubleMethod · 0.45
AssertInputBoolMethod · 0.45
AddEventFileFormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected