allTrue

Returns true, if all elements of the Boolean input vector are true

Syntax

result = allTrue(b)

Inputs (1)

b

Type: Boolean[:]

Outputs (1)

result

Type: Boolean