public final class Math2 extends Object
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
max(BigDecimal... xs)
Max big decimal.
|
static int |
max(int... xs)
Max int.
|
static long |
max(long... xs)
Max long.
|
static BigDecimal |
min(BigDecimal... xs)
Min big decimal.
|
static int |
min(int... xs)
Min int.
|
static long |
min(long... xs)
Min long.
|
public static long min(long... xs)
xs - the xspublic static long max(long... xs)
xs - the xspublic static int min(int... xs)
xs - the xspublic static int max(int... xs)
xs - the xspublic static BigDecimal min(BigDecimal... xs)
xs - the xspublic static BigDecimal max(BigDecimal... xs)
xs - the xsCopyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.