Vector256.GetElement<T>(Vector256<T>, Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera element wskazywany przez określony indeks.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static T GetElement(System::Runtime::Intrinsics::Vector256<T> vector, int index);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GetElement(System::Runtime::Intrinsics::Vector256<T> vector, int index);
public static T GetElement<T> (this System.Runtime.Intrinsics.Vector256<T> vector, int index) where T : struct;
public static T GetElement<T> (this System.Runtime.Intrinsics.Vector256<T> vector, int index);
static member GetElement : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * int -> 'T (requires 'T : struct)
static member GetElement : System.Runtime.Intrinsics.Vector256<'T> * int -> 'T
<Extension()>
Public Function GetElement(Of T As Structure) (vector As Vector256(Of T), index As Integer) As T
<Extension()>
Public Function GetElement(Of T) (vector As Vector256(Of T), index As Integer) As T
Parametry typu
- T
Typ wektora wejściowego.
Parametry
- vector
- Vector256<T>
Wektor umożliwiający pobranie elementu z.
- index
- Int32
Indeks elementu do pobrania.
Zwraca
T
Wartość elementu na .index
Wyjątki
Typ vector
(T
) nie jest obsługiwany.
index
wartość była mniejsza niż zero lub większa niż liczba elementów.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.