All Packages Class Hierarchy This Package Previous Next Index
Interface com.micronova.math.Curve
- public interface Curve
Abstract real-valued function of one real variable.
-
getValueOf(double)
- Returns the value of this Curve at given x.
getValueOf
public abstract double getValueOf(double x)
- Returns the value of this Curve at given x.
All Packages Class Hierarchy This Package Previous Next Index