Slice.Item(Slice) Property

Returns a slice of the current slice.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Slice this[
	Slice slice
] { get; }

Parameters

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

Return Value

Slice
A new slice that represents the nested slice.

See Also