IPivot.Get Indexes Method
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Get | Gets a sequence of indexes for the grouping. |
Get | Gets a sequence of indexes for the grouping. |
GetIndexes(Int32, Int32)
Gets a sequence of indexes for the grouping.
IEnumerable<int> GetIndexes(
int rowIndex,
int columnIndex
)
Parameters
- rowIndex Int32
- The zero-based index of the row of the group.
- columnIndex Int32
- The zero-based index of the column of the group.
Return Value
IEnumerable<Int32>A sequence of indexes.