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

完整產品的上半部。

適用於