Click or drag to resize

TimeSeriesIndexOf Method

Finds the index at which a value occurs.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public int IndexOf(
	double value
)

Parameters

value
Type: SystemDouble
The value to find.

Return Value

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

Implements

IListTIndexOf(T)
See Also