Array1D<T>.Item Property

Gets or sets the element at the specified index.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the element.

Return Value

T
The element at the specified position.

Implements

IStorageSlice<T>.Item[Int32]

See Also