[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.IndexOf

IndexOf Method

IndexOf(float)

Determines the index of the Single value in the collection.

Declaration
public int IndexOf(float item)
Public Function IndexOf(item As Single) As Integer
Parameters
Type Name Description
float item

Single value to locate in collection.

Returns
Type Description
int

Index of the Single value if Single value is found in the collection; otherwise, -1.

Implements