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