Back to Adaptive Vision Studio website

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

MergeOr_OfArray


Returns True if (and only if) at least one value in the input array is True. Accepts conditional values.

Name Type Description
inBoolArray Bool?Array
inDefault Bool
outValue Bool

Description

Array version of MergeOr.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • MergeOr – Returns True if (and only if) any of the arguments is True. Accepts conditional values.