Int128.UnaryPlus(Int128) Betreiber

Definition

Berechnet das unäre Plus eines Werts.

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

Parameter

value
Int128

Der Wert, für den das unäre Plus berechnet werden soll.

Gibt zurück

Das unäre Plus von value.

Implementiert

Gilt für: