Int128.RightShift(Int128, Int32) 運算子

定義

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

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

參數

value
Int128

向右 shiftAmount 移的值。

shiftAmount
Int32

向右移位的數量 value

傳回

向右 shiftAmountvalue 轉的結果。

實作

備註

這項作業的目的是要執行帶正負號的 (,否則為帶正負號類型的算術) 右移。

適用於