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