Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape.util
Class MinMaxDouble

java.lang.Object
  extended bycytoscape.util.MinMaxDouble

public class MinMaxDouble
extends Object

find the min and max of a 1- or 2-d aarray of doubles.


Constructor Summary
MinMaxDouble(double[] array)
           
MinMaxDouble(double[][] array)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MinMaxDouble

public MinMaxDouble(double[] array)

MinMaxDouble

public MinMaxDouble(double[][] array)
Method Detail

getMin

public double getMin()

getMax

public double getMax()

toString

public String toString()

www.cytoscape.org