Edit

Share via


Vector<T>.Indices Property

Definition

Gets a new Vector<T> with the elements set to their index.

public:
 static property System::Numerics::Vector<T> Indices { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> Indices { get; }
static member Indices : System.Numerics.Vector<'T>
Public Shared ReadOnly Property Indices As Vector(Of T)

Property Value

Exceptions

The type of the vector (T) is not supported.

Applies to