Bewerken

Share via


Int32.BigMul(Int32, Int32) Method

Definition

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
right
Int32

Returns

Applies to