UInt64.RotateLeft(UInt64, Int32) Metoda

Definicja

Obraca wartość pozostawioną przez daną kwotę.

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

Parametry

value
UInt64

Wartość, która jest obracana w lewo przez rotateAmount.

rotateAmount
Int32

Kwota, o którą value jest obracana w lewo.

Zwraca

Wynik rotacji value w lewo o rotateAmount.

Implementuje

Dotyczy