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