BigInteger.max

BigInteger.max

Class Overview | Class Members | This Package | All Packages

Syntax
public BigInteger max( BigInteger val )
Description
Returns the BigInteger whose value is the greater of this and val. If the values are equal, either may be returned.