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

Definição

Soma dois valores para calcular a sua soma.

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

Parâmetros

left
TSelf

O valor ao qual right é acrescentado.

right
TOther

O valor que é acrescentado a left.

Devoluções

TResult

A soma de left e right.

Aplica-se a