BigInteger.And(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("and", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetAnd_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger And(Java.Math.BigInteger val);
[<Android.Runtime.Register("and", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetAnd_Ljava_math_BigInteger_Handler")>]
abstract member And : Java.Math.BigInteger -> Java.Math.BigInteger
override this.And : Java.Math.BigInteger -> Java.Math.BigInteger
Paramètres
- val
- BigInteger
valeur à and’ed avec ce BigInteger.
Retours
this & val
- Attributs
Exceptions
si value == null.
Remarques
Java documentation pour java.math.BigInteger.and(java.math.BigInteger).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.