[]
Gets the double value at the specified index.
double GetDoubleValue(int index)
Function GetDoubleValue(index As Integer) As Double
Type | Name | Description |
---|---|---|
int | index | The specified index. |
Type | Description |
---|---|
double | The double value of the data source at the specified index. |