Lenguaje

FloatMath.Hypot(Single, Single) Método

Definición

Devuelve sqrt(x<sup><2/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

Parámetros

x
Single

un número float

y
Single

un número float

Devoluciones

la hipotenusa

Atributos

Comentarios

Devuelve sqrt(x<sup><2/sup>+2<<>y/sup.>)

Java documentación para android.util.FloatMath.hypot(float, float).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a