UInt128.UnsignedRightShift(UInt128, Int32) 運算子

定義

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

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

參數

value
UInt128

向右 shiftAmount 移的值。

shiftAmount
Int32

向右移位的數量 value

傳回

向右 shiftAmountvalue 轉的結果。

實作

備註

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

適用於