Int64.RotateRight(Int64, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
Int64

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