August 2001
Intermediate to advanced
656 pages
18h 5m
English
Pow Function
System.Math
result = Math.Pow(x, y)x, y
Use: Required
Data Type: Double
A Double that is x (the base) raised to
the power y (the exponent)
This is a generalized exponential function; it returns the result of a number raised to a specified power.
This is a Shared member, so it can be used without creating any objects.
The Pow function is new to the .NET Framework.
Read now
Unlock full access