Sdílet prostřednictvím


Vector512.GetLower<T>(Vector512<T>) Metoda

Definice

Získá hodnotu nižších 256 bitů jako nový 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)

Parametry typu

T

Typ vstupního vektoru.

Parametry

vector
Vector512<T>

Vektor, ze který se má získat nižších 256 bitů.

Návraty

Hodnota nižších 256 bitů jako nová Vector256<T>hodnota .

Výjimky

Typ vector (T) není podporován.

Platí pro