com.graphbuilder.math.func.MaxFunction Class Reference

The max function. More...

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

List of all members.

Public Member Functions

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

Detailed Description

The max function.

Definition at line 6 of file MaxFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.MaxFunction.MaxFunction (  ) 

Definition at line 8 of file MaxFunction.java.


Member Function Documentation

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

Returns true for 0 or more parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 27 of file MaxFunction.java.

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

Returns the maximum value of the specified inputs.

Double.MAX_VALUE is returned for 0 parameters.

Implements com.graphbuilder.math.func.Function.

Definition at line 13 of file MaxFunction.java.

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

Definition at line 31 of file MaxFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1