UIntPtr.RotateRight(UIntPtr, Int32) Metode

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
UIntPtr

unativeint

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

UIntPtr

unativeint

Hasil dari memutar value ke kanan dengan rotateAmount.

Penerapan

Berlaku untuk