Slice.Item(Int32) Property

Gets the index at the specified position in the slice.

Definition

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

Parameters

index  Int32
The zero-based position of the index.

Return Value

Int32
The index at position index.

See Also