ProtoFlux:NOT

From Resonite Wiki
Revision as of 15:22, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the NOT node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
NOT
A
*
Boolean

The NOT node takes in a value input (either a bool or a number value), and functions as both a logical NOT or bitwise NOT depending on the type used.

Takes the input and reverses the result.

Inputs

A (Pseudo-generic)

The input value.

Outputs

* (Pseudo-generic)

Returns the result of a logical NOT of the input if the node is a bool type, bitwise NOT otherwise.

See Also