Freigeben über


UInt64.INumberBase<UInt64>.MultiplyAddEstimate Methode

Definition

Berechnet eine Schätzung von (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

Parameter

left
UInt64

Der wert, der mit rightmultipliziert werden soll.

right
UInt64

Der wert, der mit leftmultipliziert werden soll.

addend
UInt64

Der Wert, der dem Ergebnis left multipliziert mit righthinzugefügt werden soll.

Gibt zurück

Eine Schätzung von (left * right) + addend.

Implementiert

Gilt für: