NFloat.FusedMultiplyAdd(NFloat, NFloat, NFloat) Methode

Definitie

Berekent de samenvoeging van drie waarden.

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

Parameters

left
NFloat

De waarde die right vermenigvuldigt.

right
NFloat

De waarde die vermenigvuldigt left.

addend
NFloat

De waarde die wordt toegevoegd aan het product van left en right.

Retouren

Het resultaat van left tijden right plus addend berekend als één ternaire bewerking.

Implementeringen

Van toepassing op