Int32.BigMul(Int32, Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- left
- Int32
The first number to multiply.
- right
- Int32
The second number to multiply.
The number containing the product of the specified numbers.
Produkt | Versioner |
---|---|
.NET | 9, 10 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: