Partager via


UInt32.BigMul(UInt32, UInt32) Méthode

Définition

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

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

Paramètres

left
UInt32

Premier nombre à multiplier.

right
UInt32

Deuxième nombre à multiplier.

Retours

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

S’applique à