Share via


UInt128.RotateRight(UInt128, Int32) Méthode

Définition

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

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

Paramètres

value
UInt128

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 à