Back to FabImage Studio website
You are here: Start » Filter Reference » Array » Array Basics » SkipUnequalSizeArrays
Module: | FoundationLite |
---|
If the input arrays have equal size, then they are copied to the output; otherwise Nils are returned.
Name | Type | Description | |
---|---|---|---|
![]() |
inArray1 | <T>Array | |
![]() |
inArray2 | <T>Array | |
![]() |
outArray1 | <T>Array? | |
![]() |
outArray2 | <T>Array? | |
![]() |
outHaveEqualSize | Bool |
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.
See Also
- SynchronizeArrays – Selects as many elements from each of the input arrays as possible, while assuring that the difference between corresponding values is not too big.