MCPcopy Create free account
hub / github.com/PlayFab/gsdk / IsIntegral

Function IsIntegral

cpp/cppsdk/jsoncpp.cpp:3787–3790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3785//# endif
3786
3787static bool IsIntegral(double d) {
3788 double integral_part;
3789 return modf(d, &integral_part) == 0.0;
3790}
3791
3792bool Value::isNull() const { return type_ == nullValue; }
3793

Callers 5

isIntMethod · 0.85
isUIntMethod · 0.85
isInt64Method · 0.85
isUInt64Method · 0.85
isIntegralMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected