Int128.CheckedAddition(Int128, Int128) Operador

Definición

Agrega dos valores juntos para calcular su suma.

public:
 static Int128 op_CheckedAddition(Int128 left, Int128 right) = System::Numerics::IAdditionOperators<Int128, Int128, Int128>::op_CheckedAddition;
public static Int128 op_CheckedAddition (Int128 left, Int128 right);
static member op_CheckedAddition : Int128 * Int128 -> Int128
Public Shared op_CheckedAddition (left As Int128, right As Int128) As Int128

Parámetros

left
Int128

Valor al que right se agrega.

right
Int128

Valor que se agrega a left.

Devoluciones

La suma de left y right.

Implementaciones

Se aplica a