Cytoscape 2.8.0 API

cytoscape.util
Class MinMaxDouble

java.lang.Object
  extended by cytoscape.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)
          Creates a new MinMaxDouble object.
MinMaxDouble(double[][] array)
          Creates a new MinMaxDouble object.
 
Method Summary
 double getMax()
          DOCUMENT ME!
 double getMin()
          DOCUMENT ME!
 String toString()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MinMaxDouble

public MinMaxDouble(double[] array)
Creates a new MinMaxDouble object.

Parameters:
array - DOCUMENT ME!

MinMaxDouble

public MinMaxDouble(double[][] array)
Creates a new MinMaxDouble object.

Parameters:
array - DOCUMENT ME!
Method Detail

getMin

public double getMin()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getMax

public double getMax()
DOCUMENT ME!

Returns:
DOCUMENT ME!

toString

public String toString()
DOCUMENT ME!

Overrides:
toString in class Object
Returns:
DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.