Boolean Math Node

Boolean Math Node.

The Boolean Math node performs a basic logical operation on its inputs.

入力

Boolean(ブーリアン)

Two standard Boolean inputs.

Properties(プロパティ)

Mode(モード)
AND

True when both inputs are true. (AND)

OR

True when at least one input is true. (OR)

NOT

Opposite of the input. (NOT)

NAND

(True when at least one input is false. NAND)

NOR

True when both inputs are false. (NOR)

EQV

True when both inputs are equal. Also known as "exclusive nor". (XNOR)

NEQV

(XOR) True when both inputs are different. Also known as "exclusive or".

IMPLY

True unless the first input is true and the second is false. (IMPLY)

NIMPLY

True when the first input is true and the second is false. Also known as ""not imply". (NIMPLY)

Output(出力)

Boolean(ブーリアン)

標準のブーリアン出力です。