Calculates the logical AND of the two inputs.
|
Logical AND
|
|
In1
|
In2
|
Out
|
True
|
True
|
True
|
True
|
False
|
False
|
False
|
True
|
False
|
False
|
False
|
False
|
Null
|
Null
|
Null
|
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Digital
|
Null
|
The first input.
|
|
In2
|
Digital
|
Null
|
The second input.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Digital
|
The result of the calculation. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|