Int32.RotateRight(Int32, Int32) Metodo

Definizione

Ruota un valore a destra in base a una determinata quantità.

public static int RotateRight (int value, int rotateAmount);

Parametri

value
Int32

Valore ruotato a destra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a destra.

Restituisce

Risultato della rotazione value destra da rotateAmount.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9