IntPtr.RotateRight(IntPtr, Int32) Metoda

Definicja

Obraca wartość z prawej strony według danej kwoty.

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

Parametry

value
IntPtr

nativeint

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

rotateAmount
Int32

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

Zwraca

IntPtr

nativeint

Wynik rotacji value w prawo przez rotateAmount.

Implementuje

Dotyczy