50 double[,] E =
new double[,] { { 1, 0,
Argument1 }, { 0, 1,
Argument2 }, { 0, 0, 1 } };
64 Complex[,] E =
new Complex[,] { { 1, 0,
Argument1 }, { 0, 1,
Argument2 }, { 0, 0, 1 } };
Class managing a script expression.
Base class for funcions of two scalar variables.
ScriptNode Argument2
Function argument 2.
ScriptNode Argument1
Function argument 1.
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.