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

Definice

Posune hodnotu doprava o danou částku.

 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

Parametry

value
Int32

Hodnota 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