Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Array Basics » SkipUnequalSizeArrays
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
If the input arrays have equal size, then they are copied to the output; otherwise Nils are returned.
Syntax
void fil::SkipUnequalSizeArrays ( const ftl::Array<Type>& inArray1, const ftl::Array<Type>& inArray2, ftl::Conditional<ftl::Array<Type> >& outArray1, ftl::Conditional<ftl::Array<Type> >& outArray2, bool& outHaveEqualSize )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inArray1 | const Array<Type>& | ||
![]() |
inArray2 | const Array<Type>& | ||
![]() |
outArray1 | Conditional<Array<Type> >& | ||
![]() |
outArray2 | Conditional<Array<Type> >& | ||
![]() |
outHaveEqualSize | bool& |
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.