EspressChart
v 5.5

quadbase.util
Interface IFunction

All Superinterfaces:
java.io.Serializable

public interface IFunction
extends java.io.Serializable

This interface defines a function y = f(x)

See Also:
IFunctionLine

Method Summary
 double getY(double x)
          The method returns the result of y = f(x)
 

Method Detail

getY

public double getY(double x)
            throws java.lang.Exception
The method returns the result of y = f(x)
Parameters:
x - The x value
Returns:
The result of the function

EspressChart
v 5.5