Int128.UnaryPlus(Int128) 演算子

定義

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

public:
 static Int128 operator +(Int128 value) = System::Numerics::IUnaryPlusOperators<Int128, Int128>::op_UnaryPlus;
public static Int128 operator + (Int128 value);
static member ( ~+ ) : Int128 -> Int128
Public Shared Operator + (value As Int128) As Int128

パラメーター

value
Int128

単項プラスを計算する対象の値。

戻り値

の単項プラス value

実装

適用対象