This API is preliminary and subject to change.
Converts a vector to an index.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<T> AsIndex()
Public Function AsIndex As Index(Of T)
public:
Index<T>^ AsIndex()
member AsIndex : unit -> Index<'T>
Return Value
Type:
IndexTAn index containing the elements of the vector.
Reference