NFloat.Hypot(NFloat, NFloat) Metoda

Definicja

Oblicza hipotezę, biorąc pod uwagę dwie wartości reprezentujące długości krótszych boków w trójkątach kątowych.

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

Parametry

x
NFloat

Wartość do kwadratu i dodaj do .y

y
NFloat

Wartość do kwadratu i dodaj do .x

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Implementuje

Dotyczy