public interface NumericFunction
Modifier and Type | Method and 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 indexi
double getY(int i)
i
- sample indexi
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.