Returns the X value of the data point with the specified index.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetXValue ( _
index As Integer _
) As Double |
| Visual C++ |
|---|
public:
double GetXValue(
int index
) |
Return Value
The X value at the specified index.
Remarks
Exceptions
See Also