NFloat.FusedMultiplyAdd(NFloat, NFloat, NFloat) Methode

Definition

Berechnet das fused 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 wird left.

addend
NFloat

Der Wert, der dem Produkt left von und right.

Gibt zurück

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

Implementiert

Gilt für: