com.graphbuilder.math.func.MinFunction Class Reference

The min function. More...

Inheritance diagram for com.graphbuilder.math.func.MinFunction:
Inheritance graph
[legend]
Collaboration diagram for com.graphbuilder.math.func.MinFunction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MinFunction ()
double of (double[] d, int numParam)
 Returns the minimum value of the specified inputs.
boolean acceptNumParam (int numParam)
 Returns true for 0 or more parameters, false otherwise.
String toString ()

Detailed Description

The min function.

Definition at line 6 of file MinFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.MinFunction.MinFunction (  ) 

Definition at line 8 of file MinFunction.java.


Member Function Documentation

boolean com.graphbuilder.math.func.MinFunction.acceptNumParam ( int  numParam  ) 

Returns true for 0 or more parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 28 of file MinFunction.java.

double com.graphbuilder.math.func.MinFunction.of ( double[]  d,
int  numParam 
)

Returns the minimum value of the specified inputs.

Double.MIN_VALUE is returned for 0 parameters.

Implements com.graphbuilder.math.func.Function.

Definition at line 13 of file MinFunction.java.

String com.graphbuilder.math.func.MinFunction.toString (  ) 

Definition at line 32 of file MinFunction.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1