Version

Hypot Method

Calculates the length of the hypotenuse of a right-angled triangle based on the lengths of two sides x and y.
Syntax
public static double Hypot( 
   double x,
   double y
)

Parameters

x
y
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also