The pow method returns the value of x to the power of y.
System.Double pow( x, y);
x
Base.
y
Exponent.
Returns the result of the operation.
Member of Math.