IFloatingPointIeee754<TSelf>.FusedMultiplyAdd Yöntem

Tanım

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

public:
 static TSelf FusedMultiplyAdd(TSelf left, TSelf right, TSelf addend);
public static abstract TSelf FusedMultiplyAdd (TSelf left, TSelf right, TSelf addend);
static member FusedMultiplyAdd : 'Self * 'Self * 'Self -> 'Self
Public Shared Function FusedMultiplyAdd (left As TSelf, right As TSelf, addend As TSelf) As TSelf

Parametreler

left
TSelf

Çarpan değer right .

right
TSelf

ile çarpılan değer.left

addend
TSelf

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

Döndürülenler

TSelf

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

Şunlara uygulanır