BigInteger.signum

Returns the signum function of this BigInteger.

@return -1, 0 or 1 as the value of this BigInteger is negative, zero or positive.

class BigInteger
int
signum
()

Meta