BigInteger.RotateRight(BigInteger, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gira um valor para a direita em um determinado valor.
public:
static System::Numerics::BigInteger RotateRight(System::Numerics::BigInteger value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::RotateRight;
public static System.Numerics.BigInteger RotateRight(System.Numerics.BigInteger value, int rotateAmount);
static member RotateRight : System.Numerics.BigInteger * int -> System.Numerics.BigInteger
Public Shared Function RotateRight (value As BigInteger, rotateAmount As Integer) As BigInteger
Parâmetros
- value
- BigInteger
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.