

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 () |
Definition at line 3 of file IfFunction.java.
| 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.
1.6.1