public interface IFunction
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfParams()
This method returns the length of the parameters array that will be
passed to the run(IParameter[]) method.
For example, for a function like F(X, Y, Z), this function should return 3. |
double |
run(IParameter[] p) |
double run(IParameter[] p)
int getNumberOfParams()