|
<< 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)
public class XorOperation : MultiInputOperation
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.
Object
BNCS.Logic.Abstract.BaseLogicEntity
BNCS.Logic.Abstract.GenericOperation
BNCS.Logic.Abstract.MultiInputOperation
BNCS.Logic.LogicOperations.XorOperation
BNCS.Logic.LogicOperations Namespace