Int32.IShiftOperators<Int32,Int32,Int32>.RightShift 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的數量向右移值。
static int System.Numerics.IShiftOperators<System.Int32,System.Int32,System.Int32>.operator >>(int value, int shiftAmount) = System::Numerics::IShiftOperators<int, int, int>::op_RightShift;
static int IShiftOperators<int,int,int>.operator >> (int value, int shiftAmount);
static member ( >>> ) : int * int -> int
Shared Operator >> (value As Integer, shiftAmount As Integer) As Integer Implements IShiftOperators(Of Integer, Integer, Integer).op_RightShift
參數
- value
- Int32
由 shiftAmount
右移的值。
- shiftAmount
- Int32
向右移位的金額 value
。
傳回
向 shiftAmount
右移 value
位的結果。