BigInteger.RotateRight(BigInteger, Int32) Yöntem

Tanım

Değeri belirli bir miktarda 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 rotateAmountsağa döndürülen değer.

rotateAmount
Int32

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

Döndürülenler

tarafından rotateAmountsağa dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır