UInt128.UnaryPlus(UInt128) 运算符

定义

计算值的一元加号。

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

参数

value
UInt128

要计算其一元加号的值。

返回

的一元加号 value

实现

适用于