BigInteger.not

BigInteger.not

Class Overview | Class Members | This Package | All Packages

Syntax
public BigInteger not()
Description
Returns a BigInteger whose value is (~this). (This method returns a negative value iff this number is non-negative.)