Char.IBinaryInteger<Char>.RotateRight(Char, Int32) Método

Definición

Gira un valor a la derecha por una cantidad determinada.

 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

Parámetros

value
Char

Valor girado a la derecha por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la derecha.

Devoluciones

Resultado de girar a la value derecha por rotateAmount.

Implementaciones

Se aplica a