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

Definice

Otočí hodnotu doprava o danou částku.

 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

Parametry

value
Char

Hodnota, která je otočena doprava o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doprava.

Návraty

Výsledek otočení value doprava o rotateAmount.

Implementuje

Platí pro