Int128.BigMul(Int128, Int128, Int128) Méthode

Définition

Produit le produit complet de deux entiers natifs non signés.

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

Paramètres

left
Int128

Entier à multiplier par right.

right
Int128

Entier à multiplier par left.

lower
Int128

La moitié inférieure du produit complet.

Retours

Moitié supérieure du produit complet.

S’applique à