System Namespace Math Class
Returns the square root of a specified number.
[ VB ] Public Shared Function Sqrt ( _ ByVal d As Double _ ) As Double [ C# ] public static double Sqrt ( double d ); [ C++ ] public: static double Sqrt ( double d ); [ JScript ] public static function Sqrt ( d : double ) : double;
If d is equal to NaN or PositiveInfinity, that value is returned.
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