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

Definição

Desloca um valor para a direita em um determinado valor.

 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

O valor que é deslocado para a direita por shiftAmount.

shiftAmount
Int32

O valor pelo qual value é deslocado para a direita.

Retornos

O resultado da mudança value para a direita por shiftAmount.

Implementações

Aplica-se a