Freigeben über


NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) Methode

Definition

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

public:
 static System::Runtime::InteropServices::NFloat MultiplyAddEstimate(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right, System::Runtime::InteropServices::NFloat addend) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::MultiplyAddEstimate;
public static System.Runtime.InteropServices.NFloat MultiplyAddEstimate (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat addend);
static member MultiplyAddEstimate : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MultiplyAddEstimate (left As NFloat, right As NFloat, addend As NFloat) As NFloat

Parameter

left
NFloat

Der wert, der mit rightmultipliziert werden soll.

right
NFloat

Der wert, der mit leftmultipliziert werden soll.

addend
NFloat

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: