Gets the index that contains the unique keys to the groups.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<TKey> Index { get; }
Public ReadOnly Property Index As Index(Of TKey)
Get
public:
property Index<TKey>^ Index {
Index<TKey>^ get ();
}
member Index : Index<'TKey> with get
Property Value
Type:
IndexTKey
Reference