2using System.Threading.Tasks;
33 return new string[] {
"Graph" };
Script runtime exception.
Class managing a script expression.
Makes a graph use the same scale for all axes.
override IElement EvaluateScalar(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
SameScale(ScriptNode Graph, int Start, int Length, Expression Expression)
Makes a graph use the same scale for all axes.
override Task< IElement > EvaluateScalarAsync(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string[] DefaultArgumentNames
Default Argument names
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.