Vector<T>.AsIndex Method

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

Definition

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

Return Value

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

See Also