Int16.RotateLeft(Int16, Int32) Metodo

Definizione

Ruota un valore sinistro da una determinata quantità.

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

Parametri

value
Int16

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

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

Restituisce

Risultato della rotazione value sinistra da rotateAmount.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9