Return the index position of the specified entry.
| C# | Visual Basic |
public int IndexOf( ITimeValueEntry<float> item )
Public Function IndexOf ( _ item As ITimeValueEntry(Of Single) _ ) As Integer
- item (ITimeValueEntry<(Of <(Single>)>))
- The entry.
The index.