gov.nih.nci.cagrid.graph.geometry
Class MinMax

java.lang.Object
  extended by gov.nih.nci.cagrid.graph.geometry.MinMax

public class MinMax
extends java.lang.Object


Field Summary
static Index rval
           
 
Constructor Summary
MinMax()
           
 
Method Summary
static Index max(float[] values)
           
static Index min(float[] values)
           
static void normalize(float[] values, float low, float high)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rval

public static Index rval
Constructor Detail

MinMax

public MinMax()
Method Detail

min

public static Index min(float[] values)

max

public static Index max(float[] values)

normalize

public static void normalize(float[] values,
                             float low,
                             float high)