Читати англійською Редагувати

Поділитися через


Single.Hypot(Single, Single) Method

Definition

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

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

Parameters

x
Single

The value to square and add to y.

y
Single

The value to square and add to x.

Returns

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

Implements

Applies to

Продукт Версії
.NET 7, 8, 9, 10