IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Méthode

Définition

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

TSelf

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

S’applique à