Vector256.GetLower<T>(Vector256<T>) Метод

Определение

Возвращает значение младших 128 бит в качестве нового 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)

Параметры типа

T

Тип входного вектора.

Параметры

vector
Vector256<T>

Вектор для получения младших 128 бит.

Возвращаемое значение

Vector128<T>

Значение младших 128 бит в качестве нового вектора.

Исключения

Тип vector (T) не поддерживается.

Применяется к