Start » Filter Reference » Basic » Logic
Logic
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
All | Returns True if (and only if) all values in the input array True. |
FoundationLite | ||
All_OfLoop | Returns True if (and only if) all values appearing in consecutive iterations are True. |
FoundationLite | ||
And | Returns True if (and only if) all arguments are True. |
FoundationLite | ||
Any | Returns True if (and only if) at least one value in the input array is True. |
FoundationLite | ||
Any_OfLoop | Returns True if (and only if) at least one value appearing in consecutive iterations is True. |
FoundationLite | ||
Iff | Returns True if (and only if) the input arguments are both True or both False. |
FoundationLite | ||
MergeAll | Returns True if (and only if) all values in the input array True. Accepts conditional values. |
FoundationLite | ||
MergeAnd | Returns True if (and only if) all arguments are True. Accepts conditional values. |
FoundationLite | ||
MergeAny | Returns True if (and only if) at least one value in the input array is True. Accepts conditional values. |
FoundationLite | ||
MergeOr | Returns True if (and only if) any of the arguments is True. Accepts conditional values. |
FoundationLite | ||
Not | Returns True if (and only if) the input argument is False. |
FoundationLite | ||
NotAnd | Returns True if (and only if) at least one of the arguments is False. |
FoundationLite | ||
NotOr | Returns True if (and only if) both arguments are False. |
FoundationLite | ||
Or | Returns True if (and only if) any of the arguments is True. |
FoundationLite | ||
Xor | Returns True if (and only if) the number of True input values is odd. |
FoundationLite | ||
Xor_OfArray | Returns True if (and only if) the number of True values in the input array is odd. |
FoundationLite | ||
Xor_OfLoop | Returns True if (and only if) the number of True values appearing in consecutive iterations is odd. |
FoundationLite |