Vector512<T>.UnsignedRightShift(Vector512<T>, Int32) Operator

Definicja

Przesuwa (bez znaku) każdy element wektora w prawo o określoną ilość.

public:
 static System::Runtime::Intrinsics::Vector512<T> op_UnsignedRightShift(System::Runtime::Intrinsics::Vector512<T> value, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<T> op_UnsignedRightShift (System.Runtime.Intrinsics.Vector512<T> value, int shiftCount);
static member op_UnsignedRightShift : System.Runtime.Intrinsics.Vector512<'T> * int -> System.Runtime.Intrinsics.Vector512<'T>
Public Shared op_UnsignedRightShift (value As Vector512(Of T), shiftCount As Integer) As Vector512(Of T)

Parametry

value
Vector512<T>

Wektor, którego elementy mają być przesunięte.

shiftCount
Int32

Liczba bitów, przez które należy przesunąć każdy element.

Zwraca

Wektor, którego elementy, w których przesunięte w prawo przez shiftCount.

Dotyczy