UInt128.UnaryPlus(UInt128) Operatore

Definizione

Calcola il segno più unario di un valore.

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

Parametri

value
UInt128

Valore per il quale calcolare il segno più unario.

Restituisce

Più unario di value.

Implementazioni

Si applica a