Vector256.GetLower<T>(Vector256<T>) Método

Definición

Obtiene el valor de los 128 bits inferiores como elemento Vector128<T> nuevo.

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)

Parámetros de tipo

T

Tipo del vector de entrada.

Parámetros

vector
Vector256<T>

Vector del que se van a obtener los 128 bits inferiores.

Devoluciones

Vector128<T>

Valor de los 128 bits inferiores como vector nuevo.

Excepciones

No se admite el tipo de vector (T).

Se aplica a