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

Method MaxFunction

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

Source from the content-addressed store, hash-verified

20#include "context.h"
21
22MaxFunction::MaxFunction() : Function("max")
23{
24 addDescription(tr("Returns the largest of the given values."));
25 addParameter("values");
26}
27
28Value& MaxFunction::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected