UInt64.RotateLeft(UInt64, Int32) Methode

Definition

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

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

Parameter

value
UInt64

Der Wert, der links von rotateAmountgedreht wird.

rotateAmount
Int32

Der Betrag, um den links value gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value links von rotateAmount.

Implementiert

Gilt für: