ReadOnlyDoubleMatrixIndexOf Method
Determines the index of a specific item in the 
IListT.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public int IndexOf(
	double item
)
Public Function IndexOf ( 
	item As Double
) As Integer
public:
virtual int IndexOf(
	double item
) sealed
abstract IndexOf : 
        item : float -> int 
override IndexOf : 
        item : float -> int 
- item  Double
 - The object to locate in the IListT.
 
Int32The index of 
item if found in the list; otherwise, -1.
IListTIndexOf(T)