BigIntegerStatic: OrBits

OrBits

Peforms a bitwise OR operation, returning the result.



 Public Function OrBits(
	  ByVal x As BigInteger,
	  ByVal y As BigInteger ) As BigInteger

Parameters

x
[ByVal] BigInteger. The left hand value of the OR operation.
y
[ByVal] BigInteger. The right hand value of the OR operation.

Return Values

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

Values of Nothing will be treated as zero.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods One (get) Parse