Int Logic
Python: "pro_int_logic"
This node performs a logic operation between two given programming nodes. The result of the operation is always an integer scalar where the only possible values are 0 (false) or 1 (true).
Common¶
Node alias¶
Python: "pro_alias"
Human-readable node alias.
Alias color¶
Python: "pro_alias_color"
Identificative node color.
Main¶
Operator¶
Python: "pro_int_logic_operator"
Selects the operation to be performed between both operands.
A operand¶
Python: "pro_int_logic_operand_a"
First operation operand, when no input programming node is provided.
A operand node¶
Python: "pro_int_logic_operand_a_pro"
First operation operand.
B operand¶
Python: "pro_int_logic_operand_b"
Second operation operand, when no input programming node is provided.
B operand node¶
Python: "pro_int_logic_operand_b_pro"
Second operation operand.
