BigInteger.Multiply(BigInteger) Méthode
Définition
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.
Retourne un BigInteger dont la valeur est (this * val)
.
[Android.Runtime.Register("multiply", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMultiply_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger Multiply (Java.Math.BigInteger val);
[<Android.Runtime.Register("multiply", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMultiply_Ljava_math_BigInteger_Handler")>]
abstract member Multiply : Java.Math.BigInteger -> Java.Math.BigInteger
override this.Multiply : Java.Math.BigInteger -> Java.Math.BigInteger
Paramètres
- val
- BigInteger
valeur à multiplier par ce BigInteger.
Retours
this * val
- Attributs
Exceptions
si value == null
.
Remarques
Documentation Java pour java.math.BigInteger.multiply(java.math.BigInteger)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.