Int128.UnsignedRightShift(Int128, Int32) 運算子

定義

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

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

參數

value
Int128

向右 shiftAmount 移的值。

shiftAmount
Int32

向右移位的數量 value

傳回

向右 shiftAmountvalue 轉的結果。

實作

備註

這項作業的目的是要執行 n 個未帶正負號的 (,也稱為所有類型的邏輯) 右移。

適用於