BigInteger: XorBits

XorBits

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



 Public Function XorBits(
	  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.

Remarks

See Also

Project CorLib Overview
Class BigInteger Overview