BigInteger.UnsignedRightShift(BigInteger, Int32) 運算子

定義

以指定的數量向右移位值。

C#
public static System.Numerics.BigInteger op_UnsignedRightShift(System.Numerics.BigInteger value, int shiftAmount);

參數

value
BigInteger

向右 shiftAmount移的值。

shiftAmount
Int32

向右移位的數量 value

傳回

向右shiftAmountvalue轉的結果。

實作

備註

此作業會執行不帶正負號的 (,也稱為所有類型的邏輯) 右移。

適用於

產品 版本
.NET 7, 8, 9, 10