Vector<T>.RightShift(Vector<T>, Int32) Operator

Definicja

Przesuwa (podpisany) każdy element wektora z prawej strony o określoną kwotę.

public:
 static System::Numerics::Vector<T> operator >>(System::Numerics::Vector<T> value, int shiftCount);
public static System.Numerics.Vector<T> operator >> (System.Numerics.Vector<T> value, int shiftCount);
static member ( >>> ) : System.Numerics.Vector<'T> * int -> System.Numerics.Vector<'T>
Public Shared Operator >> (value As Vector(Of T), shiftCount As Integer) As Vector(Of T)

Parametry

value
Vector<T>

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

shiftCount
Int32

Liczba bitów, za pomocą których należy przesunąć każdy element.

Zwraca

Wektor, którego elementy zostały przesunięte w prawo przez shiftCount.

Dotyczy