or
Returns a BigInteger whose value is (this | val). (This method returns a negative BigInteger if and only if either this or val is negative.)
Return
this | val
Parameters
val
value to be OR'ed with this BigInteger.
Returns a BigInteger whose value is (this | val). (This method returns a negative BigInteger if and only if either this or val is negative.)
this | val
value to be OR'ed with this BigInteger.