28 this.elements.Clear();
A chunked list is a linked list of chunks of objects of type T .
Base class for all types of elements.
An interative evaluator of a function or operation defined by a single ScriptNode.
ScriptNode Node
Node being iteratively evaluated.
ToVector(v) iterative evaluator
ToVectorEvaluator(ToVector Node)
ToVector(v) iterative evaluator
override IElement GetAggregatedResult()
Gets the aggregated result.
override void AggregateElement(IElement Element)
Aggregates one new element.
override void RestartEvaluator()
Restarts the evaluator.
static IElement Encapsulate(Array Elements, bool CanEncapsulateAsMatrix, ScriptNode Node)
Encapsulates the elements of a vector.
Basic interface for all types of elements.