Vector<T>.Indices Eigenschap

Definitie

Hiermee haalt u een nieuwe Vector<T> op met de elementen die zijn ingesteld op hun 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)

Waarde van eigenschap

Uitzonderingen

Het type vector (T) wordt niet ondersteund.

Van toepassing op