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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note