and

fun and(val: BigInteger): BigInteger

Returns a BigInteger whose value is (this & val). (This method returns a negative BigInteger if and only if this and val are both negative.)

Return

this & val

Parameters

val

value to be AND'ed with this BigInteger.