BitwiseXor
Peforms a bitwise XOR operation, returning the result.
Public Function BitwiseXor(
ByVal Left As BigInteger,
ByVal Right As BigInteger ) As BigInteger
Parameters
- Left
-
[ByVal]
BigInteger.
The left hand value of the XOR operation.
- Right
-
[ByVal]
BigInteger.
The right hand value of the XOR operation.
Return Values
BigInteger - A new BigInteger value containing the performed bitwise XOR result.
Values of Nothing will be treated as zero.
See Also
Project CorLib Overview
Class BigIntegerStatic Overview