Nodo Operar (booleana)¶
The Boolean Math node performs a basic logical operation on its inputs.
Entradas¶
- Booleana
Two standard Boolean inputs.
Propiedades¶
- Modo
- Y:
Cierto cuando ambas entradas sean ciertas. (Y)
- O:
Cierto cuando al menos una entrada sea cierta. (O)
- Not:
Opuesto a la entrada. (NO)
- No Y:
(True when at least one input is false. NAND)
- No O:
Verdadero cuando ambas entradas sean falsas. (No O)
- Igual:
True when both inputs are equal. Also known as «exclusive nor». (XNOR)
- Distinto:
(XOR) True when both inputs are different. Also known as «exclusive or».
- Implicación:
True unless the first input is true and the second is false. (IMPLY)
- Sustraer:
True when the first input is true and the second is false. Also known as «»not imply». (NIMPLY)
Salida¶
- Booleana
Salida booleana estándar.