Int32.IShiftOperators<Int32,Int32,Int32>.UnsignedRightShift Operatore

Definizione

Sposta un valore a destra in base a una determinata quantità.

 static int System.Numerics.IShiftOperators<System.Int32,System.Int32,System.Int32>.op_UnsignedRightShift(int value, int shiftAmount) = System::Numerics::IShiftOperators<int, int, int>::op_UnsignedRightShift;
static int IShiftOperators<int,int,int>.op_UnsignedRightShift (int value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Int32,System.Int32,System.Int32>.op_UnsignedRightShift : int * int -> int
 Shared op_UnsignedRightShift (value As Integer, shiftAmount As Integer) As Integer Implements IShiftOperators(Of Integer, Integer, Integer).op_UnsignedRightShift

Parametri

value
Int32

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

Risultato dello spostamento value a destra di shiftAmount.

Implementazioni

Si applica a