Big
            
            
            
            
            Computes the bitwise exclusive or of two BigInteger values.
            
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static BigInteger operator ^(
	BigInteger left,
	BigInteger right
)Parameters
- left BigInteger
- The first number.
- right BigInteger
- The second number.
Return Value
BigIntegerRemarks
A BigInteger whose bits are the bits of left XOR-ed with the bits of right.