Edit

Share via


UInt64.BigMul(UInt64, UInt64) Method

Definition

Produces the full product of two unsigned 64-bit numbers.

C#
public static UInt128 BigMul(ulong left, ulong right);

Parameters

left
UInt64

The first number to multiply.

right
UInt64

The second number to multiply.

Returns

The number containing the product of the specified numbers.

Applies to

Product Versions
.NET 9, 10