Nodo Operar (booleana)
The Boolean Math node performs a basic logical operation on its inputs.
Entradas
- Booleana
Two standard Boolean inputs.
Propiedades
- Modo
- AND
Cierto cuando ambas entradas sean ciertas. (Y)
- OR
Cierto cuando al menos una entrada sea cierta. (O)
- NOT
Opuesto a la entrada. (NO)
- NAND
(True when at least one input is false. NAND)
- NOR
Verdadero cuando ambas entradas sean falsas. (No O)
- 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)
Salida
- Booleana
Salida booleana estándar.