Int128.Addition(Int128, Int128) Betreiber

Definition

Fügt zwei Werte zusammen, um ihre Summe zu berechnen.

public:
 static Int128 operator +(Int128 left, Int128 right) = System::Numerics::IAdditionOperators<Int128, Int128, Int128>::op_Addition;
public static Int128 operator + (Int128 left, Int128 right);
static member ( + ) : Int128 * Int128 -> Int128
Public Shared Operator + (left As Int128, right As Int128) As Int128

Parameter

left
Int128

Der Wert, dem right hinzugefügt wird.

right
Int128

Der Wert, der hinzugefügt leftwird.

Gibt zurück

Die Summe von left und right.

Implementiert

Gilt für: