Gets 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
| C# |
|---|
public Point GetDataPoint(
int index
) |
| Visual Basic (Declaration) |
|---|
Public Function GetDataPoint ( _
index As Integer _
) As Point |
| Visual C++ |
|---|
public:
Point GetDataPoint(
int index
) |
| F# |
|---|
member GetDataPoint :
index:int -> Point
|
Return Value
A
Point structure containing the coordinates at the specified index.
Remarks
Exceptions
See Also