Int32.RotateRight(Int32, Int32) Méthode

Définition

Fait pivoter une valeur à droite d’un montant donné.

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

Paramètres

value
Int32

Valeur qui est pivotée vers la droite par rotateAmount.

rotateAmount
Int32

Montant par lequel value est pivoté vers la droite.

Retours

Résultat de la rotation vers value la droite de rotateAmount.

Implémente

S’applique à