A chunked list is a linked list of chunks of objects of type T .
Class managing a script expression.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
static IMatrix Encapsulate(ICollection< IElement > Rows, ScriptNode Node)
Encapsulates the elements of a matrix.
Creates a matrix using a DO-WHILE statement.
MatrixDoWhileDefinition(DoWhile Elements, int Start, int Length, Expression Expression)
Creates a matrix using a DO-WHILE statement.
override IElement Encapsulate(ChunkedList< IElement > Elements)
Encapsulates the calculated elements.
Creates a vector using a DO-WHILE statement.
Basic interface for all types of elements.