NFloat.Hypot(NFloat, NFloat) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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