Int32.RotateLeft(Int32, Int32) Metodo

Definizione

Ruota un valore a sinistra di 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.

Valori restituiti

Risultato della rotazione value a sinistra di rotateAmount.

Implementazioni

Si applica a