Int32.RotateLeft(Int32, Int32) Metodo

Definizione

Ruota un valore sinistro da una determinata quantità.

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

Parametri

value
Int32

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