Share via


Vector512.GetLower<T>(Vector512<T>) Méthode

Définition

Obtient la valeur des 256 bits inférieurs en tant que nouveau Vector256<T>.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector256<T> GetLower(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector256<T> GetLower<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
static member GetLower : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector256<'T>
<Extension()>
Public Function GetLower(Of T) (vector As Vector512(Of T)) As Vector256(Of T)

Paramètres de type

T

Type du vecteur d’entrée.

Paramètres

vector
Vector512<T>

Vecteur à partir duquel obtenir les 256 bits inférieurs.

Retours

Valeur des 256 bits inférieurs en tant que nouveau Vector256<T>.

Exceptions

Le type de vector (T) n’est pas pris en charge.

S’applique à