Jump to content

And Array Elements function

From LabVIEW Wiki
Object information
Owning palette(s) Boolean palette
Type Function
Requires Basic Development Environment
Icon

The And Array Elements function performs the logical And on an n-dimensional array of Boolean values. This means, the output is True if all elements of the array are True. Note that this function works an multi-dimensional arrays, not just one-dimensional.

And Array Elements function

Usage

Best practice

Tips and tricks

  • Wire an error cluster to perform logical operations on error conditions.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links