Int32.INumberBase<Int32>.MultiplyAddEstimate 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
.
static int System.Numerics.INumberBase<System.Int32>.MultiplyAddEstimate(int left, int right, int addend) = System::Numerics::INumberBase<int>::MultiplyAddEstimate;
static int INumberBase<int>.MultiplyAddEstimate(int left, int right, int addend);
static member System.Numerics.INumberBase<System.Int32>.MultiplyAddEstimate : int * int * int -> int
Shared Function MultiplyAddEstimate (left As Integer, right As Integer, addend As Integer) As Integer Implements INumberBase(Of Integer).MultiplyAddEstimate
- left
- Int32
Valeur à multiplier par right
.
- right
- Int32
Valeur à multiplier par left
.
- addend
- Int32
Valeur à ajouter au résultat de left
multipliée par right
.
Estimation de (left
* right
) + addend
.
Produit | Versions |
---|---|
.NET | 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :