Edit

Share via


Half.Hypot(Half, Half) Method

Definition

Computes the hypotenuse given two values representing the lengths of the shorter sides in a right-angled triangle.

C#
public static Half Hypot(Half x, Half y);

Parameters

x
Half

The value to square and add to y.

y
Half

The value to square and add to x.

Returns

The square root of x-squared plus y-squared.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10