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
)
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
Parameters
- value
- Type: SystemDouble
The value to find.
Return Value
Type:
Int32An index at which
value occurs,
or -1 if the value does not occur in the time series.
Implements
IListTIndexOf(T)See Also