Skip to main content
Version: 5.x

Nodes > Math > Relational > Is All

Is All

Returns 1 if all elements of the input vector are non-zero, returns 0 otherwise.

Inputs

NameTypeDescription
AfloatInput vector

Outputs

NameTypeDescription
( A.x && A.y && A.z && A.w )float1 if all elements of A are non-zero, 0 otherwise
Was this page helpful?
Yes
No