[]
Provides an interface for defining a simple one-variable function of the form y(x) = f(x).
public interface ISimpleFunction
Public Interface ISimpleFunction
| Name | Description |
|---|---|
| Calculate(double) | Calculates the value of the function at the specified parameter value. |