Vector<T>.AsIndex Method

This API is preliminary and subject to change.
Converts a vector to an index.

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
C#
public Index<T> AsIndex()

Return ValuePermalink

Index<T>
An index containing the elements of the vector.

See AlsoPermalink