|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.LogicOperations Namespace |
The LogicOperations namespace.
Class |
Description |
|
|---|---|---|
|
Represents a logical AND operation that processes multiple input values. |
|
|
||
|
Represents an operation that performs a latch function on a single input. |
|
|
Represents a logical NAND operation with multiple inputs. |
|
|
Represents a NOR operation, which is a logical operation that outputs true only when all inputs are false. It is a multi-input operation that extends the MultiInputOperation class. |
|
|
Represents a logical NOT operation that operates on a single input. Performs the NOT operation on the specified input. |
|
|
Represents a logical OR operation that can be applied to multiple inputs. |
|
|
Represents a sample operation that processes a single input. |
|
|
Represents an operation that is executed with a single input and is timed for performance measurement. |
|
|
||
|
Represents a logical XNOR (exclusive NOR) operation that can take multiple inputs. |
|
|
Represents an operation that performs a bitwise XOR (exclusive OR) on multiple input values. |