April 2002
Intermediate to advanced
688 pages
19h 51m
English
Pow Function
System.Math
result = Math.Pow(x,y)
x,
y (required; 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