BigInteger.RotateRight(BigInteger, Int32) Метод

Определение

Поворачивает значение вправо на заданную величину.

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

Параметры

value
BigInteger

Значение, повернутое вправо на rotateAmount.

rotateAmount
Int32

Величина, на которую value поворачивается вправо.

Возвращаемое значение

Результат поворота вправо value на rotateAmount.

Реализации

Применяется к