BigDecimal.max

BigDecimal.max

Class Overview | Class Members | This Package | All Packages

Syntax
public BigDecimal max( BigDecimal val )
Description
Returns the BigDecimal whose value is the greater of this and val. If the values are equal (as defined by the compareTo operator), either may be returned.