70 Left.Differentiate(VariableName,
Variables),
74 Right.Differentiate(VariableName,
Variables),
Script runtime exception.
Class managing a script expression.
Base class for binary element-wise double operators.
ScriptNode right
Right operand.
ScriptNode left
Left operand.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Element-wise Multiplication operator.
Element-wise Power operator.
PowerElementWise(ScriptNode Left, ScriptNode Right, int Start, int Length, Expression Expression)
Element-wise Power operator.
override IElement EvaluateScalar(IElement Left, IElement Right, Variables Variables)
Evaluates the operator on scalar operands.
ScriptNode Differentiate(string VariableName, Variables Variables)
Differentiates a script node, if possible.
override IElement Evaluate(double Left, double Right)
Evaluates the double operator.
static IElement EvaluatePower(IElement Left, IElement Right, ScriptNode Node)
Calculates Left ^ Right.
Basic interface for all types of elements.
Base interface for lambda expressions.