BigInteger.UnsignedRightShift(BigInteger, Int32) Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Posune hodnotu doprava o danou částku.
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
Parametry
- value
- BigInteger
Hodnota posunutá doprava o shiftAmount.
- shiftAmount
- Int32
Jedná se o částku, o kterou value se posune doprava.
Návraty
Výsledek posunu value doprava o shiftAmount.
Implementuje
Poznámky
Tato operace provede bez znaménka (označuje se jako logický) posun doprava u všech typů.