BigInteger.or
Class Overview | Class Members |
This Package |
All Packages
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.)