UInt64.RotateRight(UInt64, Int32) Método

Definição

Gira um valor para a direita em um determinado valor.

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

Parâmetros

value
UInt64

O valor que é girado para a direita por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a direita.

Retornos

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

Implementações

Aplica-se a