Gets a sequence of indexes for the grouping.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IEnumerable<int> GetIndexes(
int rowIndex,
int columnIndex
)
Function GetIndexes (
rowIndex As Integer,
columnIndex As Integer
) As IEnumerable(Of Integer)
IEnumerable<int>^ GetIndexes(
int rowIndex,
int columnIndex
)
abstract GetIndexes :
rowIndex : int *
columnIndex : int -> IEnumerable<int>
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row of the group. - columnIndex
- Type: SystemInt32
The zero-based index of the column of the group.
Return Value
Type:
IEnumerableInt32A sequence of indexes.
Reference