Maths.Hypot Method From DotNetMatrix previous page next page An NDoc Documented Class Library Maths.Hypot Method sqrt(a^2 + b^2) without under/overflow. [Visual Basic]Public Shared Function Hypot( _ ByVal a As Double, _ ByVal b As Double _) As Double [C#]public static double Hypot( double a, double b); Parameters a b Return Value See Also Maths Class | DotNetMatrix Namespace previous page start next page