Breyta

Deila með


Int32.BigMul(Int32, Int32) Method

Definition

Produces the full product of two 32-bit numbers.

public:
 static long BigMul(int left, int right);
public static long BigMul (int left, int right);
static member BigMul : int * int -> int64
Public Shared Function BigMul (left As Integer, right As Integer) As Long

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