Class Min

java.lang.Object
  extended by AbstractFold
      extended by NumericFold
          extended by Min
All Implemented Interfaces:
Fold

public class Min
extends NumericFold


Constructor Summary
Min()
           
 
Method Summary
(package private)  double doFold(double[] vals)
           
 
Methods inherited from class NumericFold
fold
 
Methods inherited from class AbstractFold
name, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Min

public Min()
Method Detail

doFold

double doFold(double[] vals)
Specified by:
doFold in class NumericFold