Aracılığıyla paylaş


UInt128.INumberBase<UInt128>.MultiplyAddEstimate Yöntem

Tanım

(left * right) + addendtahminini hesaplar.

 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

Parametreler

left
UInt128

rightile çarpılacak değer.

right
UInt128

leftile çarpılacak değer.

addend
UInt128

left sonucuna eklenecek değer rightile çarpılır.

Döndürülenler

tahmini (left * right) + addend.

Uygulamalar

Şunlara uygulanır