Determines the index of a specific observation of the variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ item As Double _ ) As Integer |
| C# |
|---|
public int IndexOf ( double item ) |
| C++ |
|---|
public: virtual int IndexOf ( double item ) sealed |
Parameters
- item (System.Double)
- The observation to locate in the variable.