47 Differentiable.Differentiate(VariableName,
Variables),
48 this.Start,
this.Length,
this.Expression);
Script runtime exception.
Class managing a script expression.
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.
Base class for unary double operators.
ScriptNode Operand
Operand.
ScriptNode Differentiate(string VariableName, Variables Variables)
Differentiates a script node, if possible.
override IElement Evaluate(double Operand)
Evaluates the double operator.
Permil(ScriptNode Operand, int Start, int Length, Expression Expression)
Permil operator.
Basic interface for all types of elements.
Base interface for lambda expressions.