Int64.RotateLeft(Int64, Int32) Метод

Определение

Поворот значения влево на заданное значение.

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

Параметры

value
Int64

Значение, повернутое влево rotateAmount.

rotateAmount
Int32

Сумма, по которой value повернута влево.

Возвращаемое значение

Результат поворота value влево rotateAmount.

Реализации

Применяется к