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

Определение

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

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

Параметры

value
UIntPtr

unativeint

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

rotateAmount
Int32

Величина, на которую value повернут влево.

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

UIntPtr

unativeint

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

Реализации

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