com.graphbuilder.math.func.SumFunction Class Reference

The sum function. More...

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

List of all members.

Public Member Functions

 SumFunction ()
double of (double[] d, int numParam)
 Returns the sum of the values in the array from [0, numParam).
boolean acceptNumParam (int numParam)
 Returns true for 1 or more parameters, false otherwise.
String toString ()

Detailed Description

The sum function.

Definition at line 6 of file SumFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.SumFunction.SumFunction (  ) 

Definition at line 8 of file SumFunction.java.


Member Function Documentation

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

Returns true for 1 or more parameters, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 25 of file SumFunction.java.

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

Returns the sum of the values in the array from [0, numParam).

Implements com.graphbuilder.math.func.Function.

Definition at line 13 of file SumFunction.java.

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

Definition at line 29 of file SumFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1