Returns the Y 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 GetYValue ( _
index As Integer _
) As Double |
| Visual C++ |
|---|
public:
double GetYValue(
int index
) |
Return Value
The Y value at the specified index.
Remarks
Exceptions
See Also
PiecewiseCurve..::.GetYValue(Int32)