UInt64.BigMul(UInt64, UInt64) 方法

定义

生成两个无符号 64 位数字的完整积。

public:
 static UInt128 BigMul(System::UInt64 left, System::UInt64 right);
public static UInt128 BigMul (ulong left, ulong right);
static member BigMul : uint64 * uint64 -> UInt128
Public Shared Function BigMul (left As ULong, right As ULong) As UInt128

参数

left
UInt64

要相乘的第一个数字。

right
UInt64

要相乘的第二个数字。

返回

包含指定数字乘积的数字。

适用于