org.openscience.nmrshiftdb.util
Class ArrayUtils

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.ArrayUtils

public class ArrayUtils
extends java.lang.Object

Utility class for Arrays

Author:
Tobias Helmus

Constructor Summary
ArrayUtils()
           
 
Method Summary
static double getMaxValue(double[] array)
          static method for getting the maximum value of an array of doubles
static double getMinValue(double[] array)
          static method for getting the minimum value of an array of doubles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

getMaxValue

public static double getMaxValue(double[] array)
static method for getting the maximum value of an array of doubles

Parameters:
array - the array to get the max value of
Returns:
the maximum value as a double

getMinValue

public static double getMinValue(double[] array)
static method for getting the minimum value of an array of doubles

Parameters:
array - the array to get the min value of
Returns:
the minimum value as a double