45 return new string[] {
"sx",
"sy" };
58 double[,] E =
new double[,] { {
Argument1, 0, 0 }, { 0,
Argument2, 0 }, { 0, 0, 1 } };
72 Complex[,] E =
new Complex[,] { {
Argument1, 0, 0 }, { 0,
Argument2, 0 }, { 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.