BigInteger.Max(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 le maximum de ce BigInteger et val
.
[Android.Runtime.Register("max", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMax_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger Max(Java.Math.BigInteger val);
[<Android.Runtime.Register("max", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMax_Ljava_math_BigInteger_Handler")>]
abstract member Max : Java.Math.BigInteger -> Java.Math.BigInteger
override this.Max : Java.Math.BigInteger -> Java.Math.BigInteger
Paramètres
- val
- BigInteger
valeur avec laquelle la valeur maximale doit être calculée.
Retours
bigInteger dont la valeur est la plus grande et val
. S’ils sont égaux, l’un ou l’autre peut être retourné.
- Attributs
Exceptions
if value == null
Remarques
Documentation Java pour java.math.BigInteger.max(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.