Java.Math.BigDecimal.Pow Method
Returns a new BigDecimal whose value is thisn.

Syntax

[Android.Runtime.Register("pow", "(ILjava/math/MathContext;)Ljava/math/BigDecimal;", "GetPow_ILjava_math_MathContext_Handler")]
public virtual BigDecimal Pow (int n, MathContext mc)

Parameters

n
Documentation for this section has not yet been entered.
mc
rounding mode and precision for the result of this operation.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ArithmeticExceptionif n or n > 999999999.

Remarks

Returns a new BigDecimal whose value is thisn. The result is rounded according to the passed context mc.

Implementation Note: The implementation is based on the ANSI standard X3.274-1996 algorithm.

[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