Int32.BigMul(Int32, Int32) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Produit le produit complet de deux nombres 32 bits.
public:
static long BigMul(int left, int right);
public static long BigMul(int left, int right);
static member BigMul : int * int -> int64
Public Shared Function BigMul (left As Integer, right As Integer) As Long
- left
- Int32
Premier nombre à multiplier.
- right
- Int32
Deuxième nombre à multiplier.
Nombre contenant le produit des nombres spécifiés.
Produit | Versions |
---|---|
.NET | 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :