Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Logic » Xor_OfArray
Module: | FoundationLite |
---|
Returns True if (and only if) the number of True values in the input array is odd.
Name | Type | Description | |
---|---|---|---|
![]() |
inBoolArray | BoolArray | |
![]() |
outValue | Bool |
Description
Array version of Xor.
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- Xor – Returns True if (and only if) the number of True input values is odd.