Back to Adaptive Vision Studio website

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

And_OfArray


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

Name Type Description
inBoolArray BoolArray
outValue Bool

Description

Array 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.