Int32.BigMul(Int32, Int32) Method

Definition

Produces the full product of two 32-bit numbers.

public static long BigMul (int left, int right);

Parameters

left
Int32

The first number to multiply.

right
Int32

The second number to multiply.

Returns

The number containing the product of the specified numbers.

Applies to

Product Versions
.NET 9