Int32.RotateRight(Int32, Int32) Metoda

Definicja

Obraca wartość w prawo o daną kwotę.

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

Wartość, która jest obracana bezpośrednio przez rotateAmount.

rotateAmount
Int32

Kwota, o którą value jest obracana w prawo.

Zwraca

Wynik rotacji value w prawo przez rotateAmount.

Implementuje

Dotyczy