IFloatingPointIeee754<TSelf>.FusedMultiplyAdd Method

Definition

Computes the fused multiply-add of three values.

public static abstract TSelf FusedMultiplyAdd (TSelf left, TSelf right, TSelf addend);

Parameters

left
TSelf

The value which right multiplies.

right
TSelf

The value which multiplies left.

addend
TSelf

The value that is added to the product of left and right.

Returns

TSelf

The result of left times right plus addend computed as one ternary operation.

Applies to

Product Versions
.NET 7, 8, 9