IntPtr.RotateLeft(IntPtr, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach links.

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

Parameter

value
IntPtr

nativeint

Der Wert, der rotateAmountnach links gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach links gedreht wird.

Gibt zurück

IntPtr

nativeint

Das Ergebnis der Drehung value nach links um rotateAmount.

Implementiert

Gilt für: