Vector<T>.By<K> Method

Enables accessing elements of an indexed vector using strongly typed indexes.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public TypedVectorWrapper<K, T> By<K>()

Type Parameters

K
The element type of the index.

Return Value

TypedVectorWrapper<K, T>

See Also