Int32.RotateRight(Int32, Int32) Metoda

Definice

Otočí hodnotu doprava o danou částku.

public:
 static int RotateRight(int value, int rotateAmount) = System::Numerics::IBinaryInteger<int>::RotateRight;
public static int RotateRight (int value, int rotateAmount);
static member RotateRight : int * int -> int
Public Shared Function RotateRight (value As Integer, rotateAmount As Integer) As Integer

Parametry

value
Int32

Hodnota, která je otočena doprava o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doprava.

Návraty

Výsledek otočení value doprava o rotateAmount.

Implementuje

Platí pro