IntPtr.RotateRight(IntPtr, Int32) Metoda

Definice

Otočí hodnotu doprava o danou částku.

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

Hodnota, která je otočena doprava rotateAmounto .

rotateAmount
Int32

Částka, o kterou value se otočí doprava.

Návraty

IntPtr

nativeint

Výsledek otáčení value doprava rotateAmounto .

Implementuje

Platí pro