Java.Math.BigInteger.Pow Method
Returns a BigInteger whose value is pow(this, exp).

Syntax

[Android.Runtime.Register("pow", "(I)Ljava/math/BigInteger;", "GetPow_IHandler")]
public virtual BigInteger Pow (int exp)

Parameters

exp
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ArithmeticExceptionif exp .

Remarks

Returns a BigInteger whose value is pow(this, exp).

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1