Skip to main content
Version: 5.x

Nodes > Math > Relational > And

And

Returns 1 if both input values are non-zero, otherwise returns 0.

Inputs

NameTypeDescription
AfloatFirst input value
BfloatSecond input value

Outputs

NameTypeDescription
( A && B )float1 if A and B are non-zero, otherwise 0
Was this page helpful?
Yes
No