BigInteger.ModInverse(BigInteger) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un BigInteger il cui valore è (this
sup-1<>/supmod m)
>.<
[Android.Runtime.Register("modInverse", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetModInverse_Ljava_math_BigInteger_Handler")]
public virtual Java.Math.BigInteger ModInverse (Java.Math.BigInteger m);
[<Android.Runtime.Register("modInverse", "(Ljava/math/BigInteger;)Ljava/math/BigInteger;", "GetModInverse_Ljava_math_BigInteger_Handler")>]
abstract member ModInverse : Java.Math.BigInteger -> Java.Math.BigInteger
override this.ModInverse : Java.Math.BigInteger -> Java.Math.BigInteger
Parametri
modulo.
Restituisce
this
<sup-1></sup>mod m
.
- Attributi
Eccezioni
if m == null
se m
this
non è relativamente primo a m
Commenti
Documentazione java per java.math.BigInteger.modInverse(java.math.BigInteger)
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.