Nodes > Math > Relational > Or
Returns 1 if either input value is non-zero, otherwise returns 0.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | First input |
| B | float | Second input |
Outputs
| Name | Type | Description |
|---|---|---|
| ( A || B ) | float | 1 if A or B are non-zero, otherwise 0 |
Was this page helpful?