Int32.RotateRight(Int32, Int32) Método

Definición

Gira un valor a la derecha por una cantidad determinada.

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

Parámetros

value
Int32

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