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 indexidouble getY(int i)
i - sample indexiCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.