Partager via


Int64.BigMul(Int64, Int64) Méthode

Définition

Produit le produit complet de deux nombres 64 bits.

public:
 static Int128 BigMul(long left, long right);
public static Int128 BigMul (long left, long right);
static member BigMul : int64 * int64 -> Int128
Public Shared Function BigMul (left As Long, right As Long) As Int128

Paramètres

left
Int64

Premier nombre à multiplier.

right
Int64

Deuxième nombre à multiplier.

Retours

Nombre contenant le produit des nombres spécifiés.

S’applique à