Int16.RotateRight(Int16, Int32) Metodo

Definizione

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

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

Parametri

value
Int16

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