共用方式為


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

實作

適用於