Hội Nhập Dùng Nút Toán (Boolean Math Node)

Boolean Math Node.

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

Đầu Vào (Inputs)

Boolean (Lôgic Bool)

Two standard Boolean inputs.

Tính Chất (Properties)

Chế Độ (Mode)
Và (AND)

True when both inputs are true. (AND)

Hoặc (OR)

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

Phủ Định/Đảo Nghịch (NOT)

Opposite of the input. (NOT)

Phủ Định Và (NAND)

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

Phủ Định Hoặc (NOR)

True when both inputs are false. (NOR)

Tương Đồng (EQV: Equivalent)

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

Phủ Định Tương Đồng (NEQV: Not Equivalent)

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

Phủ Định Ngụ Ý (NIMPLY: Not Imply)

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

Phủ Định Ngụ Ý (NIMPLY: Not Imply)

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

Đầu Ra (Output)

Boolean (Lôgic Bool)

Standard Boolean output.