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