Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Logic

Logic

Select a filter from the list below.

Icon Name Description
And Returns True if (and only if) all arguments are True.
And_OfArray Returns True if (and only if) all values in the input array True.
And_OfLoop Returns True if (and only if) all values appearing in consecutive iterations are True.
Iff Returns True if (and only if) the input arguments are both True or both False.
MergeAnd Returns True if (and only if) all arguments are True. Accepts conditional values.
MergeAnd_OfArray Returns True if (and only if) all values in the input array True. Accepts conditional values.
MergeOr Returns True if (and only if) any of the arguments is True. Accepts conditional values.
MergeOr_OfArray Returns True if (and only if) at least one value in the input array is True. Accepts conditional values.
Not Returns True if (and only if) the input argument is False.
NotAnd Returns True if (and only if) at least one of the arguments is False.
NotOr Returns True if (and only if) both arguments are False.
Or Returns True if (and only if) any of the arguments is True.
Or_OfArray Returns True if (and only if) at least one value in the input array is True.
Or_OfLoop Returns True if (and only if) at least one value appearing in consecutive iterations is True.
Xor Returns True if (and only if) the number of True input values is odd.
Xor_OfArray Returns True if (and only if) the number of True values in the input array is odd.
Xor_OfLoop Returns True if (and only if) the number of True values appearing in consecutive iterations is odd.