FloatMath.Hypot(Single, Single) Method

Definition

Returns sqrt(x2+y2).

[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

Parameters

x
Single

a float number

y
Single

a float number

Returns

Single
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to