IntPtr.RotateRight(IntPtr, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
IntPtr

nativeint

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

IntPtr

nativeint

Hasil dari memutar value ke kanan dengan rotateAmount.

Penerapan

Berlaku untuk