Vector<T>.Item(Int32) Property

Gets or sets a specific element of this vector.

Definition

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

Parameters

index  Int32
The zero-based index of the element.

Property Value

T

Implements

IList<T>.Item[Int32]

See Also