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.

提供函数的抽象实现,函数形式为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)
          根据x值计算y值.
 

Method Detail

getY

double getY(double x)
根据x值计算y值.

Parameters:
x - double x值.
Returns:
double y值.