public interface IFunction
Modifier and Type | Method and Description |
---|---|
double |
getFunctionValue(double argument) |
String |
getName() |
double[] |
getParams() |
void |
setParams(double[] params) |
String getName()
double getFunctionValue(double argument)
double[] getParams()
void setParams(double[] params)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.