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 rotateAmounto .

rotateAmount
Int32

Částka, o kterou value se otočí doprava.

Návraty

Výsledek otáčení value doprava rotateAmounto .

Implementuje

Platí pro