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 o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doprava.

Návraty

IntPtr

nativeint

Výsledek otočení value doprava o rotateAmount.

Implementuje

Platí pro