[]
Determines the index of the double value in the collection.
public int IndexOf(double item)
Public Function IndexOf(item As Double) As Integer
Type | Name | Description |
---|---|---|
double | item | Double value to locate in collection. |
Type | Description |
---|---|
int | Index of the double value if double value is found in the collection; otherwise, -1. |