Grouping<TKey> Constructor

Constructs a new grouping object with the specified index.

Definition

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

Parameters

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

See Also