UIntPtr.RotateLeft(UIntPtr, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach links.

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

Parameter

value
UIntPtr

unativeint

Der Wert, der rotateAmountnach links gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach links gedreht wird.

Gibt zurück

UIntPtr

unativeint

Das Ergebnis der Drehung value nach links um rotateAmount.

Implementiert

Gilt für: