Returns the maximum of this BigDecimal
and val
.
val | value with which the maximum is to be computed. |
BigDecimal
whose value is the greater of this
BigDecimal
and val
. If they are equal,
as defined by the compareTo
method, this
is returned.
compareTo(java.math.BigDecimal)
Diagram: BigInteger, BigDecimal