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

實作

適用於