Bagikan melalui


NFloat.Hypot(NFloat, NFloat) Metode

Definisi

Menghitung hipotenus yang diberikan dua nilai yang mewakili panjang sisi yang lebih pendek dalam segitiga sudut kanan.

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

Parameter

x
NFloat

Nilai untuk kuadrat dan tambahkan ke y.

y
NFloat

Nilai untuk kuadrat dan tambahkan ke x.

Mengembalikan

Akar kuadrat dari x-kuadrat plus y-kuadrat.

Penerapan

Berlaku untuk