com.graphbuilder.math.func.IfFunction Class Reference

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

List of all members.

Public Member Functions

double of (double[] param, int numParam)
 Takes the specified double array as input and returns a double value.
boolean acceptNumParam (int numParam)
 Returns true if the numParam is an accurate representation of the number of inputs the function processes.
String toString ()

Detailed Description

Definition at line 3 of file IfFunction.java.


Member Function Documentation

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

Returns true if the numParam is an accurate representation of the number of inputs the function processes.

Implements com.graphbuilder.math.func.Function.

Definition at line 18 of file IfFunction.java.

double com.graphbuilder.math.func.IfFunction.of ( double[]  param,
int  numParam 
)

Takes the specified double array as input and returns a double value.

Functions that accept a variable number of inputs can take numParam to be the number of inputs.

Implements com.graphbuilder.math.func.Function.

Definition at line 5 of file IfFunction.java.

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

Definition at line 22 of file IfFunction.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1