System Namespace Math Class
Returns a specified number raised to the specified power.
[ VB ] Public Shared Function Pow ( _ ByVal x As Double, _ ByVal y As Double _ ) As Double [ C# ] public static double Pow ( double x, double y ); [ C++ ] public: static double Pow ( double x, double y ); [ JScript ] public static function Pow ( x : double, y : double ) : double;
The number x raised to the power y. The following table specifies the results if x or y is equal to NaN, NegativeInfinity, or PositiveInfinity.
Math Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph