Represents a grouping of data on an index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface IGrouping
Public Interface IGrouping
public interface class IGrouping
type IGrouping = interface end
The IGrouping type exposes the following members.
| Name | Description |
---|
 | Count |
Gets the number of groups.
|
 | Index |
Gets the index that contains the unique keys to the groups.
|
Top
Top
Reference