public interface NumericFunction
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCount() |
Returns the number of samples.
|
double |
getX(int i) |
Returns the X value for a given sample.
|
double |
getY(int i) |
Returns the Y value for a given sample.
|
int getCount()
double getX(int i)
i.i - sample indexidouble getY(int i)
i - sample indexi