Back to FabImage Studio website
You are here: Start » Filter Reference » Array Transforms » ResizeArray
Add or removes elements at the end of an array until it reaches the requested new size.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | ||
![]() |
inNewSize | Integer | 0 - ![]() |
|
![]() |
inValue | <T> | ||
![]() |
outArray | <T>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 | inNewSize negative in ResizeArray. |
Complexity Level
This filter is available on Basic Complexity Level.