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 FOREACH statement.
override IElement Encapsulate(ChunkedList< IElement > Elements)
Encapsulates the calculated elements.
MatrixForEachDefinition(ForEach Elements, int Start, int Length, Expression Expression)
Creates a matrix using a FOREACH statement.
Creates a vector using a FOREACH statement.
Basic interface for all types of elements.