BigInteger.or

BigInteger.or

Class Overview | Class Members | This Package | All Packages

Syntax
public BigInteger or( BigInteger val )
Description
Returns a BigInteger whose value is (this | val). (This method returns a negative number iff either this or val is negative.)