Vector256.GetLower<T>(Vector256<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur des 128 bits inférieurs en tant que nouveau Vector128<T>.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<T> GetLower(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector128<T> GetLower<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
static member GetLower : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
<Extension()>
Public Function GetLower(Of T As Structure) (vector As Vector256(Of T)) As Vector128(Of T)
Paramètres de type
- T
Type du vecteur d’entrée.
Paramètres
- vector
- Vector256<T>
Vecteur à partir duquel obtenir les 128 bits inférieurs.
Retours
Valeur des 128 bits inférieurs en tant que nouveau vecteur.
Exceptions
Le type de vector
(T
) n’est pas pris en charge.