BigInteger: BitwiseXor

BitwiseXor

Performs a bitwise XOR of this BigInteger instance and the value passed in.



 Public Function BitwiseXor(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

Value
[ByVal] BigInteger. The value to perform the bitwise XOR with.

Return Values

BigInteger -  A new BigInteger value containing the performed bitwise XOR result.

See Also

Project CorLib Overview

Class BigInteger Overview