Math.Pow Method
Returns a specified number raised to the specified power.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute(InternalCall)]
public static double Pow (
double x,
double y
)
Parameters
- x
A double-precision floating-point number to be raised to a power. - y
A double-precision floating-point number that specifies a power.
Return Value
The number x raised to the power y.
Version Information
Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.