Int32.IShiftOperators<Int32,Int32,Int32>.RightShift Operátor

Definice

Posune hodnotu doprava o danou částku.

 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

Parametry

value
Int32

Hodnota, která je posunutá doprava o shiftAmount.

shiftAmount
Int32

Jedná se o částku, o kterou value se posune doprava.

Návraty

Výsledek posunu value doprava o shiftAmount.

Implementuje

Platí pro