NFloat.Hypot(NFloat, NFloat) Method

Definition

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

C#
public static System.Runtime.InteropServices.NFloat Hypot(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);

Parameters

x
NFloat

The value to square and add to y.

y
NFloat

The value to square and add to x.

Returns

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

Implements

Applies to

Produkt Verzie
.NET 7, 8, 9, 10