List Vector<T>.Slice Lists Method
Creates a new ListVector<T> with each list sliced to the specified range.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
A new ListVector<T> with sliced lists.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public ListVector<T> SliceLists(
int offset,
int length
)Parameters
- offset Int32
- The start index within each list.
- length Int32
- The number of elements to take from each list.
Return Value
ListVector<T>A new ListVector<T> with sliced lists.