Grouping.From Levels Method
Constructs a grouping from the specified collection of level indexes.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A grouping into maxLevel levels using the values in levels as level indexes.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static IGrouping FromLevels(
int maxLevel,
int[] levels
)
Parameters
Return Value
IGroupingA grouping into maxLevel levels using the values in levels as level indexes.