Skip to main content
Version: 5.x

Nodes > Math > Relational > Is Any

Is Any

Returns 1 if any element of the input vector is non-zero, otherwise returns 0.

Inputs

NameTypeDescription
AfloatInput vector

Outputs

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