Vector<T>.Item(Index) 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[
	Index index
] { get; set; }

Parameters

index  Index
The index of the element.

Property Value

T

See Also