[]
Returns value of point
public double GetValue(int pointIndex)
Public Function GetValue(pointIndex As Integer) As Double
Type | Name | Description |
---|---|---|
int | pointIndex | The index of point. |
Type | Description |
---|---|
double | A double value at special point index. |