MCPcopy Create free account
hub / github.com/cinder/Cinder / isNumeric

Method isNumeric

src/jsoncpp/jsoncpp.cpp:2708–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706bool Value::isDouble() const { return type_ == realValue || isIntegral(); }
2707
2708bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2709
2710bool Value::isString() const { return type_ == stringValue; }
2711

Callers 5

jquery.jsFile · 0.80
jquery.min.jsFile · 0.80
path2dpart3.jsFile · 0.80
path2dpart2.jsFile · 0.80
path2dpart1.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected