UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
製品全体の上半分。