Langage

BigInteger.Mod(BigInteger) Méthode

Définition

Retourne un BigInteger dont la valeur est (this mod m).

[Android.Runtime.Register("mod", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMod_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger Mod(Java.Math.BigInteger m);
[<Android.Runtime.Register("mod", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetMod_Ljava_math_BigInteger_Handler")>]
abstract member Mod : Java.Math.BigInteger -> Java.Math.BigInteger
override this.Mod : Java.Math.BigInteger -> Java.Math.BigInteger

Paramètres

m
BigInteger

le modulus.

Retours

this mod m

Attributs

Exceptions

si m == null.

Remarques

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