Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Logic » Xor_OfLoop
Module: | FoundationLite |
---|
Returns True if (and only if) the number of True values appearing in consecutive iterations is odd.
Name | Type | Description | |
---|---|---|---|
![]() |
inBool | Bool | |
![]() |
outValue | Bool |
Description
Loop 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.