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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public TypedVectorWrapper<K, T> By<K>()
Type Parameters
- K
- The element type of the index.