BigDecimal.min

Class Overview | Class Members | This Package | All Packages

Syntax

public BigDecimal min( BigDecimal val )

Description

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