Linguaggio

BigInteger.Pow(Int32) Metodo

Definizione

Restituisce un valore BigInteger il cui valore è (this<sup>exponent</sup>).

[Android.Runtime.Register("pow", "(I)Ljava/math/BigInteger;", "GetPow_IHandler")]
public virtual Java.Math.BigInteger Pow(int exponent);
[<Android.Runtime.Register("pow", "(I)Ljava/math/BigInteger;", "GetPow_IHandler")>]
abstract member Pow : int -> Java.Math.BigInteger
override this.Pow : int -> Java.Math.BigInteger

Parametri

exponent
Int32

esponente a cui deve essere sollevato questo BigInteger.

Valori restituiti

this<sup>exponent</sup>

Attributi

Eccezioni

Commenti

per java.math.BigInteger.pow(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a