ProtoFlux:MultiNAND

From Resonite Wiki
NAND
Operands
*
+
-
Boolean

The MultiNAND node takes in any number of value inputs (either a bool or a number value), and functions as both a logical NAND or bitwise NAND depending on the type used.

- If any or none of the inputs are true, then the result will be true.
- If all inputs are true, then the result is false.

Inputs

Operands (Pseudo-generic)

The input values to do boolean calculations with.

Outputs

* (Pseudo-generic)

Returns the result of a logical NAND of all inputs if the node is a bool type, bitwise NAND otherwise.

See Also