|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.aavalla.utils.general.NumberUtils
public final class NumberUtils
Constructor Summary | |
---|---|
NumberUtils()
|
Method Summary | |
---|---|
static double |
max(double[] numbers)
|
static double |
max(double a,
double b,
double c)
|
static int |
maxIdx(double[] numbers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberUtils()
Method Detail |
---|
public static double max(double a, double b, double c)
public static double max(double[] numbers)
public static int maxIdx(double[] numbers)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |