- value
- value to be not'ed and then and'ed with this.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if value == null.
Returns a BigInteger whose value is this & ~value. Evaluating x.andNot(value) returns the same result as x.and(value.not()).
Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.