UInt32.RotateRight(UInt32, Int32) Méthode

Définition

Fait pivoter une valeur d’un montant donné.

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

Paramètres

value
UInt32

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 la value droite de rotateAmount.

Implémente

S’applique à