Прочетете на английски Редактиране

Споделяне чрез


UInt32.BigMul(UInt32, UInt32) Method

Definition

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

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

Parameters

left
UInt32

The first number to multiply.

right
UInt32

The second number to multiply.

Returns

The number containing the product of the specified numbers.

Applies to

Продукт Версии
.NET 9, 10