Partager via


Vector<T>.Indices Propriété

Définition

Obtient une nouvelle Vector<T> avec les éléments définis sur leur 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)

Valeur de propriété

Exceptions

Le type du vecteur (T) n’est pas pris en charge.

S’applique à