TypedVectorWrapper<K, T>.Item Property

Gets or sets the value at the specified key.

Definition

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

Parameters

key  K

Property Value

T

See Also