Returns the closest double approximation of the result of raising
x to the power of y.
Syntax
[Android.Runtime.Register("pow", "(DD)D", "")]
public static
double Pow (
double x,
double y)
Parameters
- x
- the base of the operation.
- y
- the exponent of the operation.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1