or

abstract fun or(other: BigInteger): 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.)

Return

this | val

Parameters

other

value to be OR'ed with this BigInteger.


open fun or(other: Int): BigInteger
open fun or(other: Long): BigInteger