Int32.IShiftOperators<Int32,Int32,Int32>.UnsignedRightShift Operador

Definição

Desloca um valor para a direita em um determinado valor.

 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

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