Int64.RotateLeft(Int64, Int32) Metoda

Definicja

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

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

Parametry

value
Int64

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 przez rotateAmount.

Implementuje

Dotyczy