Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Array » Array Basics » SkipUnequalSizeArrays

SkipUnequalSizeArrays


Module: FoundationLite

If the input arrays have equal size, then they are copied to the output; otherwise Nils are returned.

Name Type Description
Input value inArray1 <T>Array
Input value inArray2 <T>Array
Output value outArray1 <T>Array?
Output value outArray2 <T>Array?
Output value 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.