NFloat.Hypot(NFloat, NFloat) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ü.