Vector<T>.By<K> Method

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

Definition

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

Type Parameters

K
The element type of the index.

Return Value

TypedVectorWrapper<K, T>

See Also