Szerkesztés

Megosztás a következőn keresztül:


UInt128.INumberBase<UInt128>.MultiplyAddEstimate Method

Definition

Computes an estimate of (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

The value to be multiplied with right.

right
UInt128

The value to be multiplied with left.

addend
UInt128

The value to be added to the result of left multiplied by right.

Returns

An estimate of (left * right) + addend.

Implements

Applies to