IFloatingPointIeee754<TSelf>.FusedMultiplyAdd 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算三個值的融合乘法。
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
參數
- left
- TSelf
乘以的值 right
。
- right
- TSelf
乘以 left
的值。
- addend
- TSelf
加入 至和right
乘積的值left
。
傳回
TSelf
時間right
加上addend
計算為一個三元運算的結果left
。