BigInteger: BitwiseOr

BitwiseOr

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



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

See Also

Project CorLib Overview

Class BigInteger Overview