UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) 方法

定义

生成两个无符号本机整数的完整乘积。

public:
 static UIntPtr BigMul(UIntPtr left, UIntPtr right, [Runtime::InteropServices::Out] UIntPtr % lower);
public static UIntPtr BigMul(UIntPtr left, UIntPtr right, out UIntPtr lower);
static member BigMul : unativeint * unativeint * unativeint -> unativeint
Public Shared Function BigMul (left As UIntPtr, right As UIntPtr, ByRef lower As UIntPtr) As UIntPtr

参数

left
UIntPtr

unativeint

要与 . 相 right乘的整数。

right
UIntPtr

unativeint

要与 . 相 left乘的整数。

lower
UIntPtr

unativeint

完整产品的下半部分。

返回

UIntPtr

unativeint

完整产品的上半部分。

适用于