IAdditionOperators<TSelf,TOther,TResult>.Addition(TSelf, TOther) Operator

Definitie

Voegt twee waarden samen om de som te berekenen.

public:
 static TResult operator +(TSelf left, TOther right);
public static abstract TResult operator +(TSelf left, TOther right);
static member ( + ) : 'Self * 'Other -> 'Result
Public Shared Operator + (left As TSelf, right As TOther) As TResult

Parameters

left
TSelf

De waarde waaraan right wordt toegevoegd.

right
TOther

De waarde die wordt toegevoegd aan left.

Retouren

TResult

De som van left en right.

Van toepassing op