net.aavalla.utils.general
Class NumberUtils

java.lang.Object
  extended by net.aavalla.utils.general.NumberUtils

public final class NumberUtils
extends java.lang.Object

Author:
Lari Natri

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

NumberUtils

public NumberUtils()
Method Detail

max

public static double max(double a,
                         double b,
                         double c)

max

public static double max(double[] numbers)

maxIdx

public static int maxIdx(double[] numbers)