TimeSeriesIndexOf Method
            Finds the index at which a value occurs.
            
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public int IndexOf(
	double value
)
Public Function IndexOf ( 
	value As Double
) As Integer
public:
virtual int IndexOf(
	double value
) sealed
abstract IndexOf : 
        value : float -> int 
override IndexOf : 
        value : float -> int 
- value  Double
 - The value to find.
 
Int32An index at which 
value occurs,
            or -1 if the value does not occur in the time series.
IListTIndexOf(T)