UInt32.BigMul(UInt32, UInt32) 方法 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
生成两个无符号 32 位数字的完整乘积。
public:
 static System::UInt64 BigMul(System::UInt32 left, System::UInt32 right);
	public static ulong BigMul(uint left, uint right);
	static member BigMul : uint32 * uint32 -> uint64
	Public Shared Function BigMul (left As UInteger, right As UInteger) As ULong
	参数
- left
 - UInt32
 
要相乘的第一个数字。
- right
 - UInt32
 
要相乘的第二个数字。
返回
包含指定数字乘积的数字。