Vector<T>.As Index Method
Converts a vector to an index.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An index containing the elements of the vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Index<T> AsIndex()
Return Value
Index<T>An index containing the elements of the vector.