Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Logic » Xor_OfLoop

Xor_OfLoop


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.