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

Definição

Desloca um valor para a direita em um determinado valor.

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

Parâmetros

value
Int64

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