Constructs a grouping that represents a collection of
non-overlapping chunks of fixed length.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Grouping<int> Partition(
IList<int> offsets
)
Public Shared Function Partition (
offsets As IList(Of Integer)
) As Grouping(Of Integer)
public:
static Grouping<int>^ Partition(
IList<int>^ offsets
)
static member Partition :
offsets : IList<int> -> Grouping<int>
Parameters
- offsets
- Type: System.Collections.GenericIListInt32
Integer array containing the offsets
of the partition boundaries.
Return Value
Type:
GroupingInt32A grouping object that represents the chunking.
Numerical Libraries
Supported in: 6.0
Reference