ProtoFlux:MultiNAND

From Resonite Wiki
Revision as of 16:49, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for MultiNAND node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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