UInt128.INumberBase<UInt128>.MultiplyAddEstimate Methode

Definitie

Berekent een schatting van (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

Parameters

left
UInt128

De waarde die moet worden vermenigvuldigd met right.

right
UInt128

De waarde die moet worden vermenigvuldigd met left.

addend
UInt128

De waarde die moet worden toegevoegd aan het resultaat van left vermenigvuldigd met right.

Retouren

Een schatting van (left * right) + addend.

Implementeringen

Van toepassing op