BigInteger.UnsignedRightShift(BigInteger, Int32) Operatör

Tanım

Değeri belirli bir tutara göre sağa kaydırıyor.

public:
 static System::Numerics::BigInteger op_UnsignedRightShift(System::Numerics::BigInteger value, int shiftAmount) = System::Numerics::IShiftOperators<System::Numerics::BigInteger, int, System::Numerics::BigInteger>::op_UnsignedRightShift;
public static System.Numerics.BigInteger op_UnsignedRightShift (System.Numerics.BigInteger value, int shiftAmount);
static member op_UnsignedRightShift : System.Numerics.BigInteger * int -> System.Numerics.BigInteger
Public Shared op_UnsignedRightShift (value As BigInteger, shiftAmount As Integer) As BigInteger

Parametreler

value
BigInteger

tarafından shiftAmountsağa kaydırılan değer.

shiftAmount
Int32

Sağa kaydırılan value tutar.

Döndürülenler

tarafından sağa shiftAmountkaydırmanın value sonucu.

Uygulamalar

Açıklamalar

Bu işlem, tüm türlerde işaretsiz (mantıksal olarak da bilinir) bir sağa kaydırma gerçekleştirir.

Şunlara uygulanır