Int64.RotateRight(Int64, Int32) Método

Definição

Gira um valor para a direita em um determinado valor.

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

Parâmetros

value
Int64

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