UInt16.IIncrementOperators<UInt16>.Increment(UInt16) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增值。
static System::UInt16 System.Numerics.IIncrementOperators<System.UInt16>.operator ++(System::UInt16 value) = System::Numerics::IIncrementOperators<System::UInt16>::op_Increment;
static ushort IIncrementOperators<ushort>.operator ++ (ushort value);
static member System.Numerics.IIncrementOperators<System.UInt16>.op_Increment : uint16 -> uint16
Shared op_Increment (value As UShort) As UShort Implements IIncrementOperators(Of UShort).op_Increment
參數
- value
- UInt16
要遞增的值。
傳回
遞 value
增 的結果。