Skip to main content

GateLogicKind

Class Description

Define the different logical operations.

Attributes

NameTypeDescription
andA logical AND operation. True when all input are true.
nandA logical NAND operation. False when all input are true.
norA logical NOR operation. False when one or more input are true.
notA logical NOT operation. Only one input and true input will give false out and false in will give true out. An inverter.
orA logical OR operation. True when one or more input are true.
xnorA logical XNOR operation. The function is the inverse of the exclusive OR (XOR) gate. All input false or true will give true. Otherwise false.
xorA logical XOR operation. All input false or true will give false. Otherwise true.

Relationships

Ancestors

No ancestor classes

Descendents

No descendent classes

Associations

None