Half.FusedMultiplyAdd(Half, Half, Half) Method

Definition

Computes the fused multiply-add of three values.

public static Half FusedMultiplyAdd (Half left, Half right, Half addend);

Parameters

left
Half

The value which right multiplies.

right
Half

The value which multiplies left.

addend
Half

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

Returns

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

Implements

Applies to

Product Versions
.NET 7, 8, 9