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

Method NumFunction

src/function/numfunction.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "context.h"
21
22NumFunction::NumFunction() : Function("num")
23{
24 addDescription(tr("Converts the value to a number value."));
25 addParameter("value");
26}
27
28Value& NumFunction::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected