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: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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