UInt64.RotateLeft(UInt64, Int32) Método

Definição

Roda um valor deixado por uma determinada quantia.

public:
 static System::UInt64 RotateLeft(System::UInt64 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt64>::RotateLeft;
public static ulong RotateLeft(ulong value, int rotateAmount);
static member RotateLeft : uint64 * int -> uint64
Public Shared Function RotateLeft (value As ULong, rotateAmount As Integer) As ULong

Parâmetros

value
UInt64

O valor que é rodado para a esquerda por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rotacionada para a esquerda.

Devoluções

O resultado de rodar value para a esquerda por rotateAmount.

Implementações

Aplica-se a