NFloat.FusedMultiplyAdd(NFloat, NFloat, NFloat) Methode

Definition

Berechnet das fusionierte multiplizierte Add von drei Werten.

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

Parameter

left
NFloat

Der Wert, der right multipliziert wird.

right
NFloat

Der Wert, der multipliziert left.

addend
NFloat

Der Wert, der dem Produkt von left und righthinzugefügt wird.

Gibt zurück

Das Ergebnis von left Zeiten right plus addend , die als ein ternärer Vorgang berechnet werden.

Implementiert

Gilt für: