Int32.IShiftOperators<Int32,Int32,Int32>.RightShift Operatore

Definizione

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

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

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 da shiftAmount.

Implementazioni

Si applica a