IIndex.GetSlice Method

This API is preliminary and subject to change.
Returns a new index containing the specified slice of the current index.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IIndex GetSlice(
	Slice slice
)

Parameters

slice  Slice
A Slice structure that specifies the elements to return.

Return Value

IIndex
A new index.

See Also