UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) メソッド

定義

2 つの符号なしネイティブ整数の完全積を生成します。

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

製品全体の上半分。

適用対象