IAdditionOperators<TSelf,TOther,TResult>.CheckedAddition Operador

Definición

Agrega dos valores juntos para calcular su suma.

public:
 static override TResult op_CheckedAddition(TSelf left, TOther right);
public static virtual TResult op_CheckedAddition (TSelf left, TOther right);
static member op_CheckedAddition : 'Self * 'Other -> 'Result
Public Shared Overrides op_CheckedAddition (left As TSelf, right As TOther) As TResult

Parámetros

left
TSelf

Valor al que right se agrega.

right
TOther

Valor que se agrega a left.

Devoluciones

TResult

La suma de left y right.

Excepciones

La suma de left y right no es representable por TResult.

Se aplica a