Skip to content

OpenBIMRL | Mathematical operator functions

Class path: math.operators.gateNot

NOT gate

gateNot1.png

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

gateNot2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself