BNCS.Logic.LogicOperations Namespace

<< Click to Display Table of Contents >>

Navigation:  Reference >

BNCS.Logic.LogicOperations Namespace

The LogicOperations namespace.

 

Classes


Class

Description

Public class

AndOperation

Represents a logical AND operation that processes multiple input values.

Public class

ClockOperation


Public class

LatchOperation

Represents an operation that performs a latch function on a single input.

Public class

NandOperation

Represents a logical NAND operation with multiple inputs.

Public class

NorOperation

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.

Public class

NotOperation

Represents a logical NOT operation that operates on a single input.

Performs the NOT operation on the specified input.

Public class

OrOperation

Represents a logical OR operation that can be applied to multiple inputs.

Public class

SampleOperation

Represents a sample operation that processes a single input.

Public class

TimedOperation

Represents an operation that is executed with a single input and is timed for performance measurement.

Public class

TruthTableOperation


Public class

XnorOperation

Represents a logical XNOR (exclusive NOR) operation that can take multiple inputs.

Public class

XorOperation

Represents an operation that performs a bitwise XOR (exclusive OR) on multiple input values.