Aracılığıyla paylaş


NFloat.Hypot(NFloat, NFloat) Yöntem

Tanım

Dik açılı üçgende daha kısa kenarların uzunluklarını temsil eden iki değer verilen hipotenüs hesaplar.

public:
 static System::Runtime::InteropServices::NFloat Hypot(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Hypot;
public static System.Runtime.InteropServices.NFloat Hypot (System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member Hypot : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Hypot (x As NFloat, y As NFloat) As NFloat

Parametreler

x
NFloat

değerinin karesini alır ve değerine ekler y.

y
NFloat

değerinin karesini alır ve değerine ekler x.

Döndürülenler

-kare artı y-karekökünün xkarekökünü.

Uygulamalar

Şunlara uygulanır