com.graphbuilder.math.func.FloorFunction Class Reference

The floor function. More...

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

List of all members.

Public Member Functions

 FloorFunction ()
double of (double[] d, int numParam)
 Returns the floor of the value at index location 0.
boolean acceptNumParam (int numParam)
 Returns true only for 1 parameter, false otherwise.
String toString ()

Detailed Description

The floor function.

See also:
java.lang.Math.floor(double)

Definition at line 8 of file FloorFunction.java.


Constructor & Destructor Documentation

com.graphbuilder.math.func.FloorFunction.FloorFunction (  ) 

Definition at line 10 of file FloorFunction.java.


Member Function Documentation

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

Returns true only for 1 parameter, false otherwise.

Implements com.graphbuilder.math.func.Function.

Definition at line 22 of file FloorFunction.java.

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

Returns the floor of the value at index location 0.

Implements com.graphbuilder.math.func.Function.

Definition at line 15 of file FloorFunction.java.

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

Definition at line 26 of file FloorFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1