Returns the sequence of indexes for the specified group.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IEnumerable<int> GetIndexes(
int index
)
Public Function GetIndexes (
index As Integer
) As IEnumerable(Of Integer)
public:
virtual IEnumerable<int>^ GetIndexes(
int index
) sealed
abstract GetIndexes :
index : int -> IEnumerable<int>
override GetIndexes :
index : int -> IEnumerable<int>
Parameters
- index
- Type: SystemInt32
The zero-based index of the group to return indexes for.
Return Value
Type:
IEnumerableInt32A sequence of indexes of the positions that belong to the group specified
by
index.
Implements
IGroupingGetIndexes(Int32)
Reference