Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Logic » Xor_OfArray

Xor_OfArray


Module: FoundationLite

Returns True if (and only if) the number of True values in the input array is odd.

Name Type Description
Input value inBoolArray BoolArray
Output value 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.