Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Logic » And_OfLoop

And_OfLoop


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

Name Type Description
inBool Bool
outValue Bool

Description

Loop version of And.

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

  • And – Returns True if (and only if) all arguments are True.