Int64.RotateLeft(Int64, Int32) Método

Definição

Gira um valor deixado por um determinado valor.

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

Parâmetros

value
Int64

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