Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Метод

Определение

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

 static char System.Numerics.IBinaryInteger<System.Char>.RotateLeft(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateLeft;
static char IBinaryInteger<char>.RotateLeft (char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateLeft : char * int -> char
 Shared Function RotateLeft (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateLeft

Параметры

value
Char

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

rotateAmount
Int32

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

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

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

Реализации

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