IntPtr.RotateLeft(IntPtr, Int32) Methode

Definition

Rotiert einen Wert nach links um einen bestimmten Betrag.

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 von links gedreht wird rotateAmount.

rotateAmount
Int32

Der Betrag, um den nach value links gedreht wird.

Gibt zurück

IntPtr

nativeint

Das Ergebnis der Drehung nach value links um rotateAmount.

Implementiert

Gilt für: