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 Object _ ) As Integer |
| C# |
|---|
public int IndexOf ( Object item ) |
| C++ |
|---|
public: virtual int IndexOf ( Object^ item ) sealed |
Parameters
- item (System.Object)
- The observation to locate in the variable.