Scalar or array of any dimension of integer, real, or Boolean values.
b
Scalar or array of any dimension of integer, real, or Boolean values. If both a and b are arrays, b must be the same size as a.
Outputs
c
Boolean values, where an element in c is 1 if at least one of the corresponding elements in a and b is non-zero. Otherwise, the element is 0. c is an array of the same size as a or b.
A = [1, 0]
B = [1, 1]
C = or(A, B)
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
This site uses cookies to offer you a better browsing experience. Learn more about our privacy policy.