Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3803
bool Value::isDouble() const {
3804
return type() == intValue || type() == uintValue || type() == realValue;
3805
}
3806
3807
bool Value::isNumeric() const { return isDouble(); }
3808
Callers
3
GetDoubleValue
Function · 0.80
GetFloatArray
Function · 0.80
GetDoubleArray
Function · 0.80
Calls
1
type
Enum · 0.50
Tested by
no test coverage detected