MathObject::pow Method (Double, Double)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Calculates the specified number raised to the specified power.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Math_pow)] static double pow( double dx, double dy )
Parameters
- dx
-
Type:
System::Double
The number to raise to the dy power.
- dy
-
Type:
System::Double
The power to raise dx to.
.NET Framework
Available since 1.1
Available since 1.1
Show: