Constructs a new grouping object.
Namespace: Extreme.DataAnalysis.LinqAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DataFrameGrouping(
TKey key,
DataFrame<R, C> values
)
Public Sub New (
key As TKey,
values As DataFrame(Of R, C)
)
public:
DataFrameGrouping(
TKey key,
DataFrame<R, C>^ values
)
new :
key : 'TKey *
values : DataFrame<'R, 'C> -> DataFrameGrouping
Parameters
- key
- Type: TKey
The key of the grouping. - values
- Type: Extreme.DataAnalysisDataFrameR, C
A list of values in the grouping.
Numerical Libraries
Supported in: 6.0
Reference