Nodes > Math > Relational > Is All

Returns 1 if all elements of the input vector are non-zero, returns 0 otherwise.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Input vector |
Outputs
| Name | Type | Description |
|---|---|---|
| ( A.x && A.y && A.z && A.w ) | float | 1 if all elements of A are non-zero, 0 otherwise |
Was this page helpful?