54 double[,] E =
new double[Rows, Columns];
57 for (i = 0; i < Rows; i++)
59 for (j = 0; j < Columns; j++)
Script runtime exception.
Class managing a script expression.
Creates a matrix containing only ones.
override string[] DefaultArgumentNames
Default Argument names
override string FunctionName
Name of the function
Ones(ScriptNode Rows, ScriptNode Columns, int Start, int Length, Expression Expression)
Creates a matrix containing only ones.
override IElement EvaluateScalar(double Argument1, double Argument2, Variables Variables)
Evaluates the function on two scalar arguments.
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.