Houdini 20.5 Nodes APEX nodes

And

Performs a logical AND operation.

On this page
Since 20.0

The AND operation performs a logical conjunction. If all of the input values are True, the result is True. If any of the input values are False, the result is False.

Input A

Input B

Output (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