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.3
C#
A strongly typed grouping object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Grouping<TKey> As<TKey>()
Type Parameters
- TKey
- The type of the keys of the grouping.
Return Value
Grouping<TKey>A strongly typed grouping object.