MathObject::pow Method (Double, Double)

 

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.

Namespace:   Microsoft.JScript
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.

Return Value

Type: System::Double

The number dx raised to the dy power.

.NET Framework
Available since 1.1
Return to top
Show: