UInt128.CheckedAddition(UInt128, UInt128) Operador

Definición

Agrega dos valores juntos para calcular su suma.

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

Parámetros

left
UInt128

Valor al que right se agrega.

right
UInt128

Valor que se agrega a left.

Devoluciones

La suma de left y right.

Implementaciones

Se aplica a