Int128.UnsignedRightShift(Int128, Int32) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將值向右移位指定的數量。
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
向右移的量。
傳回
由 shiftAmount
將 value
向右移轉的結果。
實作
備註
這項作業的目的是在所有類型上執行 n 個不帶正負號的 (否則稱為邏輯) 右移。