Int32.BigMul(Int32, Int32) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
生成两个 32 位数字的完整乘积。
public:
static long BigMul(int left, int right);
C#
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
要相乘的第一个数字。
- right
- Int32
要相乘的第二个数字。
包含指定数字乘积的数字。
产品 | 版本 |
---|---|
.NET | 9, 10 |