MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / IsIntFunction

Method IsIntFunction

src/function/isintfunction.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "rmath.h"
23
24IsIntFunction::IsIntFunction() : Function("is_int")
25{
26 addDescription(tr("Returns true when the given value is an integer."));
27 addParameter("value");
28}
29
30Value& IsIntFunction::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected