UInt128.INumberBase<UInt128>.MultiplyAddEstimate Метод

Определение

Вычисляет оценку (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

Параметры

left
UInt128

Значение, умноженное на right.

right
UInt128

Значение, умноженное на left.

addend
UInt128

Значение, добавляемое к результату left умножено на right.

Возвращаемое значение

Оценка (left * right) + addend.

Реализации

Применяется к