Method Pow
| Improve this Doc View SourcePow(BigDecimal, Int32)
Returns the specified basis raised to the specified exponent. Exponent must be greater than or equal to 0.
Declaration
public static BigDecimal Pow(BigDecimal basis, int exponent)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | basis | |
Int32 | exponent |
Returns
Type | Description |
---|---|
BigDecimal |