Byte.RotateRight(Byte, Int32) Método

Definición

Gira un valor a la derecha por una cantidad determinada.

public:
 static System::Byte RotateRight(System::Byte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Byte>::RotateRight;
public static byte RotateRight (byte value, int rotateAmount);
static member RotateRight : byte * int -> byte
Public Shared Function RotateRight (value As Byte, rotateAmount As Integer) As Byte

Parámetros

value
Byte

Valor que gira 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