Grouping<TKey>.Get Indexes Method
            
            
            Gets a sequence of indexes for the grouping.
            
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A sequence of indexes.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public abstract IEnumerable<int> GetIndexes(
	int index
)Parameters
- index Int32
 - The zero-based index of the group.
 
Return Value
IEnumerable<Int32>A sequence of indexes.