Share via


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 (
         doublex,
         doubley
)

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 .NET Micro Framework version 3.0 and above.

See Also

Reference

Math Class
Math Members
System Namespace