Grouping<TKey> Constructor

Constructs a new grouping object with the specified index.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected Grouping(
	Index<TKey> index
)

Parameters

index  Index<TKey>
The index that provides the keys for the groups.

See Also