BigInteger.min
BigInteger.min
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public
BigInteger
min(
BigInteger
val
)
Description
Returns the BigInteger whose value is the lesser of this and val. If the values are equal, either may be returned.