MCPcopy 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
3690static bool IsIntegral(double d) {
3691 double integral_part;
3692 return modf(d, &integral_part) == 0.0;
3693}
3694
3695bool Value::isNull() const { return type() == nullValue; }
3696

Callers 5

isIntMethod · 0.70
isUIntMethod · 0.70
isInt64Method · 0.70
isUInt64Method · 0.70
isIntegralMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected