NFloat.IAdditionOperators<NFloat,NFloat,NFloat>.CheckedAddition Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute deux valeurs ensemble pour calculer leur somme.
static System::Runtime::InteropServices::NFloat System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedAddition(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IAdditionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_CheckedAddition;
static System.Runtime.InteropServices.NFloat IAdditionOperators<NFloat,NFloat,NFloat>.op_CheckedAddition (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedAddition : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Shared op_CheckedAddition (left As NFloat, right As NFloat) As NFloat Implements IAdditionOperators(Of NFloat, NFloat, NFloat).op_CheckedAddition
Paramètres
- left
- NFloat
Valeur à laquelle right
est ajouté.
- right
- NFloat
Valeur ajoutée à left
.
Retours
Somme de left
et right
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.