IGrouping.As<TKey> Method

Returns the grouping as a strongly typed Grouping<TKey> of type TKey.

Definition

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

Type Parameters

TKey
The type of the keys of the grouping.

Return Value

Grouping<TKey>
A strongly typed grouping object.

See Also