Int32.RotateLeft(Int32, Int32) Método

Definición

Gira un valor a la izquierda por una cantidad determinada.

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

Parámetros

value
Int32

Valor que gira a la izquierda por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la izquierda.

Devoluciones

Resultado de girar a value la izquierda por rotateAmount.

Implementaciones

Se aplica a