BigInteger.RotateRight(BigInteger, Int32) Método

Definição

Roda um valor exatamente por uma determinada quantia.

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 é rodado diretamente por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rodada corretamente.

Devoluções

O resultado de rodar value exatamente por rotateAmount.

Implementações

Aplica-se a