BigInteger.signum
BigInteger.signum
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public int signum()
Description
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).