Int16.IUnaryPlusOperators<Int16,Int16>.UnaryPlus(Int16) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值的一元加號。
static short System.Numerics.IUnaryPlusOperators<System.Int16,System.Int16>.operator +(short value) = System::Numerics::IUnaryPlusOperators<short, short>::op_UnaryPlus;
static short IUnaryPlusOperators<short,short>.operator + (short value);
static member ( ~+ ) : int16 -> int16
Shared Operator + (value As Short) As Short Implements IUnaryPlusOperators(Of Short, Short).op_UnaryPlus
參數
- value
- Int16
要計算一元加號的值。
傳回
的 value
一元加號。