UInt128.Multiply(UInt128, UInt128) Operator

Definition

Multiplies two values together to compute their product.

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

Parameters

left
UInt128

The value which right multiplies.

right
UInt128

The value which multiplies left.

Returns

The product of left multiplied-by right.

Implements

Applies to

Toode Versioonid
.NET 7, 8, 9, 10