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

Определение

Возвращает значение нижних 256 бит в виде нового 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)

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

T

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

Параметры

vector
Vector512<T>

Вектор для получения нижних 256 бит.

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

Значение нижних 256 бит в виде нового Vector256<T>.

Исключения

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

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