Freigeben über


UInt128.INumberBase<UInt128>.MultiplyAddEstimate Methode

Definition

Berechnet eine Schätzung von (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

Parameter

left
UInt128

Der wert, der mit rightmultipliziert werden soll.

right
UInt128

Der wert, der mit leftmultipliziert werden soll.

addend
UInt128

Der Wert, der dem Ergebnis left multipliziert mit righthinzugefügt werden soll.

Gibt zurück

Eine Schätzung von (left * right) + addend.

Implementiert

Gilt für: