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

Definizione

Aggiunge due valori insieme per calcolare la somma.

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

Parametri

left
TSelf

Valore a cui right viene aggiunto.

right
TOther

Valore aggiunto a left.

Restituisce

TResult

Somma di left e right.

Si applica a