UInt64.RotateLeft(UInt64, Int32) Metod

Definition

Roterar ett värde som lämnas av ett angivet belopp.

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

Parametrar

value
UInt64

Värdet som roteras till vänster av rotateAmount.

rotateAmount
Int32

Mängden som value roteras åt vänster.

Returer

Resultatet av att value rotera åt vänster av rotateAmount.

Implementeringar

Gäller för