SByte.RotateRight(SByte, Int32) Méthode

Définition

Fait pivoter une valeur d’un montant donné.

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

Paramètres

value
SByte

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 à