MCPcopy Create free account
hub / github.com/Kitware/VTK / isDouble

Method isDouble

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3803–3805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3801}
3802
3803bool Value::isDouble() const {
3804 return type() == intValue || type() == uintValue || type() == realValue;
3805}
3806
3807bool Value::isNumeric() const { return isDouble(); }
3808

Callers 3

GetDoubleValueFunction · 0.80
GetFloatArrayFunction · 0.80
GetDoubleArrayFunction · 0.80

Calls 1

typeEnum · 0.50

Tested by

no test coverage detected