Returns the indices of all rows with a given value in a specified column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public int[] IndicesOf( int colIndex, Object val ) |
| Visual Basic (Declaration) |
|---|
Public Function IndicesOf ( _ colIndex As Integer, _ val As Object _ ) As Integer() |
| Visual C++ |
|---|
public: array<int>^ IndicesOf( int colIndex, Object^ val ) |