NOR (LogiX node)
Jump to navigation
Jump to search
NOR | ||
---|---|---|
![]() | ||
Inputs | ||
Bool | A | |
Bool | B | |
Outputs | ||
Bool | * |
The NOR node performs the logical NOR operation on inputs A and B.
Usage
When spawned from the node browser, this node accepts the Bool datatype by default. The outputs will be True if, and only if, all inputs are False. Otherwise, it will output False.