Start » Filter Reference » Data Flow » Loop Utils » LastExactlyNObjects
Module: | FoundationLite |
---|
Returns an array of N most recent objects.
Name | Type | Range | Description | |
---|---|---|---|---|
inObject | <T> | |||
inMaxCount | Integer | 0 - | Number of last objects that are remembered | |
inInitialObject | <T> | Initial object of the array elements | ||
inReset | Bool | Reset accumulator state | ||
outObjectArray | <T>Array | Array of N most recent objects |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Advanced Complexity Level.