Back to FabImage Studio website
You are here: Start » Filter Reference » Array Composition » AccumulateArray
Joins arrays appearing in consecutive iterations.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | TArray | Array to be joined | |
![]() |
inMaxSize | Integer* | 0 - ![]() |
Maximum number of last elements that are remembered |
![]() |
outArray | TArray | Joined array |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | inMaxSize cannot be negative in AccumulateArray. |
Complexity Level
This filter is available on Basic Complexity Level.