XorOperation Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace >

XorOperation Class

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

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

 

Syntax


public class XorOperation : MultiInputOperation

 

Remarks


The XorOperation class is designed to handle multiple input values and perform a bitwise XOR operation on them. This operation is commonly used in scenarios where you need to combine multiple boolean or binary values, resulting in a true value only when an odd number of inputs are true.

 

Inheritance Hierarchy


Object
BNCS.Logic.Abstract.BaseLogicEntity
  BNCS.Logic.Abstract.GenericOperation
    BNCS.Logic.Abstract.MultiInputOperation
       BNCS.Logic.LogicOperations.XorOperation

 

See Also


XorOperation Members

BNCS.Logic.LogicOperations Namespace