UInt32.RotateLeft(UInt32, Int32) Método

Definição

Gira um valor deixado por um determinado valor.

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

Parâmetros

value
UInt32

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