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 一元加號。

實作

適用於