Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsIntegral
Function
IsIntegral
ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3690–3693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3688
}
3689
3690
static bool IsIntegral(double d) {
3691
double integral_part;
3692
return modf(d, &integral_part) == 0.0;
3693
}
3694
3695
bool Value::isNull() const { return type() == nullValue; }
3696
Callers
5
isInt
Method · 0.70
isUInt
Method · 0.70
isInt64
Method · 0.70
isUInt64
Method · 0.70
isIntegral
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected