UInt32.IAdditionOperators<UInt32,UInt32,UInt32>.CheckedAddition Operador
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega dos valores juntos para calcular su suma.
static System::UInt32 System.Numerics.IAdditionOperators<System.UInt32,System.UInt32,System.UInt32>.op_CheckedAddition(System::UInt32 left, System::UInt32 right) = System::Numerics::IAdditionOperators<System::UInt32, System::UInt32, System::UInt32>::op_CheckedAddition;
static uint IAdditionOperators<uint,uint,uint>.op_CheckedAddition (uint left, uint right);
static member System.Numerics.IAdditionOperators<System.UInt32,System.UInt32,System.UInt32>.op_CheckedAddition : uint32 * uint32 -> uint32
Shared op_CheckedAddition (left As UInteger, right As UInteger) As UInteger Implements IAdditionOperators(Of UInteger, UInteger, UInteger).op_CheckedAddition
Parámetros
- left
- UInt32
Valor al que right
se agrega.
- right
- UInt32
Valor que se agrega a left
.
Devoluciones
La suma de left
y right
.
Implementaciones
Se aplica a
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.