GateLogicKind
Class Description
Define the different logical operations.
Attributes
Name | Type | Description |
---|---|---|
and | A logical AND operation. True when all input are true. | |
nand | A logical NAND operation. False when all input are true. | |
nor | A logical NOR operation. False when one or more input are true. | |
not | A logical NOT operation. Only one input and true input will give false out and false in will give true out. An inverter. | |
or | A logical OR operation. True when one or more input are true. | |
xnor | A logical XNOR operation. The function is the inverse of the exclusive OR (XOR) gate. All input false or true will give true. Otherwise false. | |
xor | A logical XOR operation. All input false or true will give false. Otherwise true. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
None