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

Definição

Desloca um valor para a direita numa determinada quantia.

 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 diretamente por shiftAmount.

shiftAmount
Int32

A quantidade que value se desloca para a direita.

Devoluções

O resultado de se deslocar value exatamente por shiftAmount.

Implementações

Aplica-se a