BigInteger: OrBits

OrBits

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



 Public Function OrBits(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

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

Return Values

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

Remarks

See Also

Project CorLib Overview
Class BigInteger Overview