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

实现

适用于