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

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
Char

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

Hasil dari memutar value ke kanan dengan rotateAmount.

Penerapan

Berlaku untuk