Int16.IUnaryPlusOperators<Int16,Int16>.UnaryPlus(Int16) 演算子

定義

値の単項プラスを計算します。

 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

実装

適用対象