TimeSeriesIndexOf Method

Finds the index at which a value occurs.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public int IndexOf(
	double value
)

Parameters

value  Double
The value to find.

Return Value

Int32
An index at which value occurs, or -1 if the value does not occur in the time series.

Implements

IListTIndexOf(T)

See Also