Int32.RotateRight(Int32, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
Int32

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

Hasil dari memutar value ke kanan dengan rotateAmount.

Penerapan

Berlaku untuk