Läs på engelska Redigera

Dela via


Int32.BigMul(Int32, Int32) Method

Definition

Produces the full product of two 32-bit numbers.

C#
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

Produkt Versioner
.NET 9, 10