Langage

BigInteger.AndNot(BigInteger) Méthode

Définition

Retourne un BigInteger dont la valeur est (this & ~val).

[Android.Runtime.Register("andNot", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetAndNot_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger AndNot(Java.Math.BigInteger val);
[<Android.Runtime.Register("andNot", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetAndNot_Ljava_math_BigInteger_Handler")>]
abstract member AndNot : Java.Math.BigInteger -> Java.Math.BigInteger
override this.AndNot : Java.Math.BigInteger -> Java.Math.BigInteger

Paramètres

val
BigInteger

valeur à compléter et AND’ed avec ce BigInteger.

Retours

this & ~val

Attributs

Exceptions

si value == null.

Remarques

Java documentation pour java.math.BigInteger.andNot(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.

S’applique à