public interface Function
FuncMap
Modifier and Type | Method and Description |
---|---|
boolean |
acceptNumParam(int numParam)
Returns true if the numParam is an accurate representation of the number of inputs
the function processes.
|
double |
of(double[] param,
int numParam)
Takes the specified double array as input and returns a double value.
|
double of(double[] param, int numParam)
boolean acceptNumParam(int numParam)
Copyright © 2016. All rights reserved.