Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ IsIntegral
Function
IsIntegral
src/share/jsoncpp/jsoncpp.cpp:3718–3721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3716
//# endif
3717
3718
static bool IsIntegral(double d) {
3719
double integral_part;
3720
return modf(d, &integral_part) == 0.0;
3721
}
3722
3723
bool Value::isNull() const { return type_ == nullValue; }
3724
Callers
4
isInt
Method · 0.85
isUInt
Method · 0.85
isInt64
Method · 0.85
isUInt64
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected