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