Partage via


UInt128.INumberBase<UInt128>.MultiplyAddEstimate Méthode

Définition

Calcule une estimation de (left * right) + addend.

 static UInt128 System.Numerics.INumberBase<System.UInt128>.MultiplyAddEstimate(UInt128 left, UInt128 right, UInt128 addend) = System::Numerics::INumberBase<UInt128>::MultiplyAddEstimate;
static UInt128 INumberBase<UInt128>.MultiplyAddEstimate (UInt128 left, UInt128 right, UInt128 addend);
static member System.Numerics.INumberBase<System.UInt128>.MultiplyAddEstimate : UInt128 * UInt128 * UInt128 -> UInt128
 Shared Function MultiplyAddEstimate (left As UInt128, right As UInt128, addend As UInt128) As UInt128 Implements INumberBase(Of UInt128).MultiplyAddEstimate

Paramètres

left
UInt128

Valeur à multiplier par right.

right
UInt128

Valeur à multiplier par left.

addend
UInt128

Valeur à ajouter au résultat de left multipliée par right.

Retours

Estimation de (left * right) + addend.

Implémente

S’applique à