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

Method MinFunction

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected