Sdílet prostřednictvím


UInt64.INumberBase<UInt64>.MultiplyAddEstimate Metoda

Definice

Vypočítá odhad (left * right) + addend.

 static System::UInt64 System.Numerics.INumberBase<System.UInt64>.MultiplyAddEstimate(System::UInt64 left, System::UInt64 right, System::UInt64 addend) = System::Numerics::INumberBase<System::UInt64>::MultiplyAddEstimate;
static ulong INumberBase<ulong>.MultiplyAddEstimate (ulong left, ulong right, ulong addend);
static member System.Numerics.INumberBase<System.UInt64>.MultiplyAddEstimate : uint64 * uint64 * uint64 -> uint64
 Shared Function MultiplyAddEstimate (left As ULong, right As ULong, addend As ULong) As ULong Implements INumberBase(Of ULong).MultiplyAddEstimate

Parametry

left
UInt64

Hodnota, která se má vynásobit right.

right
UInt64

Hodnota, která se má vynásobit left.

addend
UInt64

Hodnota, která se má přičíst k výsledku left vynásobená right.

Návraty

Odhad (left * right) + addend.

Implementuje

Platí pro