com.ijchart.xychart.function
Interface IFunction

All Known Implementing Classes:
LineFunction, NormalDistributionFunction, PowerFunction

public interface IFunction

Title: IJChart

Description: a chart library for the Java(tm) platform.

A function of the form y = f(x).

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 double getY(double x)
           Calculate the y value for a given inpu x.
 

Method Detail

getY

double getY(double x)
Calculate the y value for a given inpu x.

Parameters:
x - double The x value.
Returns:
double The y value.