NotOperation Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace >

NotOperation Class

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

Performs the NOT operation on the specified input.

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public class NotOperation : SingleInputOperation

Return Value

The result of the NOT operation.

 

Inheritance Hierarchy


Object
BNCS.Logic.Abstract.BaseLogicEntity
  BNCS.Logic.Abstract.GenericOperation
    BNCS.Logic.Abstract.SingleInputOperation
       BNCS.Logic.LogicOperations.NotOperation

 

See Also


NotOperation Members

BNCS.Logic.LogicOperations Namespace