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.


Method Index

 o getValueOf(double)
Returns the value of this Curve at given x.

Methods

 o 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