Byte.RotateRight(Byte, Int32) Méthode

Définition

Fait pivoter une valeur d’un montant donné.

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

Paramètres

value
Byte

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 à