UInt32.INumberBase<UInt32>.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 System::UInt32 System.Numerics.INumberBase<System.UInt32>.MultiplyAddEstimate(System::UInt32 left, System::UInt32 right, System::UInt32 addend) = System::Numerics::INumberBase<System::UInt32>::MultiplyAddEstimate;
static uint INumberBase<uint>.MultiplyAddEstimate(uint left, uint right, uint addend);
static member System.Numerics.INumberBase<System.UInt32>.MultiplyAddEstimate : uint32 * uint32 * uint32 -> uint32
Shared Function MultiplyAddEstimate (left As UInteger, right As UInteger, addend As UInteger) As UInteger Implements INumberBase(Of UInteger).MultiplyAddEstimate
- left
- UInt32
Valeur à multiplier par right
.
- right
- UInt32
Valeur à multiplier par left
.
- addend
- UInt32
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 :