Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

 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

Parameter

value
Char

Nilai yang diputar dibiarkan oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar kiri.

Mengembalikan

Hasil dari memutar value ke kiri oleh rotateAmount.

Penerapan

Berlaku untuk