Int32.IShiftOperators<Int32,Int32,Int32>.RightShift Operador

Definición

Desplaza un valor a la derecha por una cantidad determinada.

 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

Parámetros

value
Int32

Valor que se desplaza a la derecha por shiftAmount.

shiftAmount
Int32

Cantidad por la que value se desplaza a la derecha.

Devoluciones

Resultado del desplazamiento value a la derecha por shiftAmount.

Implementaciones

Se aplica a