BigInteger.RotateRight(BigInteger, Int32) Yöntem

Tanım

Değeri belirli bir miktara göre sağa döndürür.

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

Parametreler

value
BigInteger

tarafından rotateAmountdoğrudan döndürülen değer.

rotateAmount
Int32

Doğru döndürülen value miktar.

Döndürülenler

tarafından sağa valuedöndürmenin rotateAmount sonucu.

Uygulamalar

Şunlara uygulanır