Vector<T>.UnsignedRightShift(Vector<T>, Int32) Operatore

Definizione

Maiusc (senza segno) ogni elemento di un vettore a destra per la quantità specificata.

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

Parametri

value
Vector<T>

Vettore i cui elementi devono essere spostati.

shiftCount
Int32

Numero di bit in base al quale spostare ogni elemento.

Restituisce

Vettore di cui gli elementi in cui è stato spostato a destra da shiftCount.

Si applica a