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

Definicja

Dodaje dwie wartości w celu obliczenia ich sumy.

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

Parametry

left
TSelf

Wartość, do której right jest dodawana.

right
TOther

Wartość dodawana do leftelementu .

Zwraca

TResult

Suma wartości left i right.

Dotyczy