Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Logic

Logic

Select Filter Equivalent below.

Icon Name Description / Applications
AvsFilter_All

Returns True if (and only if) all values in the input array True.

AvsFilter_All_OfLoop

Returns True if (and only if) all values appearing in consecutive iterations are True.

AvsFilter_And

Returns True if (and only if) all arguments are True.

AvsFilter_Any

Returns True if (and only if) at least one value in the input array is True.

AvsFilter_Any_OfLoop

Returns True if (and only if) at least one value appearing in consecutive iterations is True.

AvsFilter_MergeAll

Returns True if (and only if) all values in the input array True. Accepts conditional values.

AvsFilter_MergeAnd

Returns True if (and only if) all arguments are True. Accepts conditional values.

AvsFilter_MergeAny

Returns True if (and only if) at least one value in the input array is True. Accepts conditional values.

AvsFilter_MergeOr

Returns True if (and only if) any of the arguments is True. Accepts conditional values.

AvsFilter_Or

Returns True if (and only if) any of the arguments is True.

AvsFilter_Xor

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

AvsFilter_Xor_OfArray

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

AvsFilter_Xor_OfLoop

Returns True if (and only if) the number of True values appearing in consecutive iterations is odd.

Iff

Returns True if (and only if) the input arguments are both True or both False.

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.