UInt128.CheckedAddition(UInt128, UInt128) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Soma dois valores para calcular a sua soma.
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
O valor ao qual right é acrescentado.
- right
- UInt128
O valor que é acrescentado a left.
Devoluções
A soma de left e right.