Char.IBinaryInteger<Char>.RotateRight(Char, Int32) Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- value
- Char
Valor girado a la derecha por rotateAmount
.
- rotateAmount
- Int32
Cantidad por la que value
se gira a la derecha.
Resultado de girar a la value
derecha por rotateAmount
.
Produto | Versións |
---|---|
.NET | 7, 8, 9, 10 |
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: