Back to Aurora Vision Studio website

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

Any_OfLoop


Module: FoundationLite

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

Name Type Description
Input value inBool Bool
Output value outValue Bool

Description

Loop version of Any.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

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