BigInteger.RotateRight(BigInteger, Int32) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Fait pivoter une valeur à droite d’un montant donné.
public:
static System::Numerics::BigInteger RotateRight(System::Numerics::BigInteger value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::RotateRight;
public static System.Numerics.BigInteger RotateRight(System.Numerics.BigInteger value, int rotateAmount);
static member RotateRight : System.Numerics.BigInteger * int -> System.Numerics.BigInteger
Public Shared Function RotateRight (value As BigInteger, rotateAmount As Integer) As BigInteger
Paramètres
- value
- BigInteger
Valeur qui est pivotée vers la droite par rotateAmount.
- rotateAmount
- Int32
Montant par lequel value est pivoté vers la droite.
Retourne
Résultat de la rotation vers value la droite de rotateAmount.