Back to Adaptive Vision Studio website

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

MergeAnd_OfArray


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

Name Type Description
inBoolArray Bool?Array
inDefault Bool
outValue Bool

Description

Array version of MergeAnd.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

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