Partager via


UInt64.BigMul(UInt64, UInt64) Méthode

Définition

Produit le produit complet de deux nombres 64 bits non signés.

public:
 static UInt128 BigMul(System::UInt64 left, System::UInt64 right);
public static UInt128 BigMul (ulong left, ulong right);
static member BigMul : uint64 * uint64 -> UInt128
Public Shared Function BigMul (left As ULong, right As ULong) As UInt128

Paramètres

left
UInt64

Premier nombre à multiplier.

right
UInt64

Deuxième nombre à multiplier.

Retours

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

S’applique à