Vector<T>.AsIndex Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<T> AsIndex()

Return Value

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

See Also