org.jfree.data.function
public interface Function2D
y = f(x)
.Modifier and Type | Method and Description |
---|---|
double |
getValue(double x)
Returns the value of the function ('y') for a given input ('x').
|
double getValue(double x)
x
- the x-value.Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.