IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fait pivoter une valeur d’un montant donné.
public:
static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight(TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf
Paramètres
- value
- TSelf
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.