IRootFunctions<TSelf>.Hypot(TSelf, TSelf) Méthode

Définition

Calcule l’hypotenuse donnée deux valeurs représentant les longueurs des côtés les plus courts dans un triangle à angle droit.

public:
 static TSelf Hypot(TSelf x, TSelf y);
public static abstract TSelf Hypot(TSelf x, TSelf y);
static member Hypot : 'Self * 'Self -> 'Self
Public Shared Function Hypot (x As TSelf, y As TSelf) As TSelf

Paramètres

x
TSelf

Valeur à carréer et ajouter à y.

y
TSelf

Valeur à carréer et ajouter à x.

Retours

TSelf

Racine carrée de x-squared plus y-squared.

S’applique à