35 if (
Operand.AssociatedObjectValue is
double DOp)
50 return D.Differentiate(VariableName,
Variables);
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 all unary operators.
ScriptNode Operand
Operand.
override IElement Evaluate(IElement Operand, Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
ScriptNode Differentiate(string VariableName, Variables Variables)
Differentiates a script node, if possible.
PlusOne(ScriptNode Operand, int Start, int Length, Expression Expression)
+1 operator.
static IElement Increment(IElement Value, ScriptNode Node)
Increments a value.
Basic interface for all types of elements.
Base interface for lambda expressions.