UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) Metoda

Definice

Vytvoří úplný součin dvou nativních celých čísel bez znaménka.

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

Parametry

left
UIntPtr

unativeint

Celé číslo, kterým se má násobit right.

right
UIntPtr

unativeint

Celé číslo, kterým se má násobit left.

lower
UIntPtr

unativeint

Spodní polovina celého produktu.

Návraty

UIntPtr

unativeint

Horní polovina celého produktu.

Platí pro