Partager via


FloatMath.Hypot(Single, Single) Méthode

Définition

><2Retourne sqrt(<xsup/sup>2><y<+/sup.>)

[Android.Runtime.Register("hypot", "(FF)F", "")]
public static float Hypot (float x, float y);
[<Android.Runtime.Register("hypot", "(FF)F", "")>]
static member Hypot : single * single -> single

Paramètres

x
Single

un nombre flottant

y
Single

un nombre flottant

Retours

l’hypotenuse

Attributs

Remarques

><2Retourne sqrt(<xsup/sup>2><y<+/sup.>)

Documentation Java pour android.util.FloatMath.hypot(float, float).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à