Int16.RotateLeft(Int16, Int32) Metodo

Definizione

Ruota un valore sinistro da una determinata quantità.

public:
 static short RotateLeft(short value, int rotateAmount) = System::Numerics::IBinaryInteger<short>::RotateLeft;
public static short RotateLeft (short value, int rotateAmount);
static member RotateLeft : int16 * int -> int16
Public Shared Function RotateLeft (value As Short, rotateAmount As Integer) As Short

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