[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DoubleCollection.IndexOf

IndexOf Method

IndexOf(double)

Determines the index of the double value in the collection.

Declaration
public int IndexOf(double item)
Public Function IndexOf(item As Double) As Integer
Parameters
Type Name Description
double item

Double value to locate in collection.

Returns
Type Description
int

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

Implements