NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) Méthode
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.
Calcule une estimation de (left
* right
) + addend
.
public:
static System::Runtime::InteropServices::NFloat MultiplyAddEstimate(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right, System::Runtime::InteropServices::NFloat addend) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::MultiplyAddEstimate;
public static System.Runtime.InteropServices.NFloat MultiplyAddEstimate (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat addend);
static member MultiplyAddEstimate : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MultiplyAddEstimate (left As NFloat, right As NFloat, addend As NFloat) As NFloat
- left
- NFloat
Valeur à multiplier par right
.
- right
- NFloat
Valeur à multiplier par left
.
- addend
- NFloat
Valeur à ajouter au résultat de left
multipliée par right
.
Estimation de (left
* right
) + addend
.
Produit | Versions |
---|---|
.NET | 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :