Int32.RotateLeft(Int32, Int32) Método

Definição

Gira um valor deixado por um determinado valor.

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

O valor que é girado para a esquerda por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a esquerda.

Retornos

O resultado da rotação value para a esquerda por rotateAmount.

Implementações

Aplica-se a