UIntPtr.RotateLeft(UIntPtr, Int32) Methode

Definition

Rotiert einen Wert, der um einen bestimmten Betrag verlassen wird.

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

rotateAmount
Int32

Der Betrag, um den links value gedreht wird.

Gibt zurück

UIntPtr

unativeint

Das Ergebnis der Drehung value links von rotateAmount.

Implementiert

Gilt für: