Edit

Share via


Half.Multiply(Half, Half) Operator

Definition

Multiplies two values together to compute their product.

C#
public static Half operator *(Half left, Half right);

Parameters

left
Half

The value which right multiplies.

right
Half

The value which multiplies left.

Returns

The product of left multiplied-by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10