public interface XYArrayData
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the number of X, Y pairs avilable.
|
double |
getX(int i)
Returns one of the X elements.
|
double |
getY(int i)
Returns one of the Y elements.
|
int getLength()
double getX(int i)
i - indexdouble getY(int i)
i - indexCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.