Int32.RotateRight(Int32, Int32) Método

Definição

Gira um valor para a direita em um determinado valor.

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

O valor que é girado para a direita por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a direita.

Retornos

O resultado da rotação value para a direita por rotateAmount.

Implementações

Aplica-se a