OpenBIMRL | Mathematical operator functions
Class path: math.operators.gateNot
NOT gate

Description
The NOT gate node performs a Boolean conjunction in terms of the NOT gate.
Thereby the truth table of an NOT gate looks like this:
| A | \(\neg\) A |
|---|---|
| false | true |
| true | false |
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | Boolean | A |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | notA | Boolean | \(\neg\) A |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself