|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.util.MinMaxDouble
public class MinMaxDouble
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 |
---|
public MinMaxDouble(double[] array)
public MinMaxDouble(double[][] array)
Method Detail |
---|
public double getMin()
public double getMax()
public String toString()
toString
in class Object
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |