Nodes > Math > Relational > Is Any
Returns 1 if any element of the input vector is non-zero, otherwise returns 0.
Inputs
Name | Type | Description |
---|---|---|
A | float | Input vector |
Outputs
Name | Type | Description |
---|---|---|
( A.x || A.y || A.z || A.w ) | float | 1 if any elements of A are non-zero, otherwise 0 |
Was this page helpful?