Houdini 20.0 Nodes APEX Nodes

And

Performs a logical AND operation.

On this page
Since 20.0

The AND operation performs logical conjunction. If all of the input values are True, then the result it True. Otherwise, if any inputs are False, then the result is False.

Input Output
A B A AND B
True True True
True False False
False True False
False False False

Inputs

inputs: VariadicArg<Bool>

Variadic input of logical values.

Outputs

result: Bool

Computed logical value.

See also

APEX Nodes