Returns the grouping as a strongly typed
GroupingTKey of type
K.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Function As(Of K) As Grouping(Of K)
generic<typename K>
Grouping<K>^ As()
abstract As : unit -> Grouping<'K>
Type Parameters
- K
- The type of the keys of the grouping.
Return Value
Type:
GroupingKA strongly typed grouping object.
Reference