NFloat.Hypot(NFloat, NFloat) Metodo

Definizione

Calcola l'ipotenusa dato due valori che rappresentano le lunghezze dei lati più corti in un triangolo ad angolo destro.

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

Parametri

x
NFloat

Valore da quadrare e aggiungere a y.

y
NFloat

Valore da quadrare e aggiungere a x.

Restituisce

Radice quadrata di x-squared più y-squared.

Implementazioni

Si applica a