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