NFloat.FusedMultiplyAdd(NFloat, NFloat, NFloat) Yöntem

Tanım

Üç değerin birleşik çarpma-eklemesini hesaplar.

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

Parametreler

left
NFloat

Çarpan değer right .

right
NFloat

ile çarpan leftdeğer.

addend
NFloat

ve rightürününe left eklenen değer.

Döndürülenler

Sürelerin leftright sonucu artı addend bir üçüncül işlem olarak hesaplanır.

Uygulamalar

Şunlara uygulanır