Język

Vector512.Hypot Metoda

Definicja

Przeciążenia

Nazwa Opis
Hypot(Vector512<Double>, Vector512<Double>)

Oblicza niedocięcie, biorąc pod uwagę dwa wektory reprezentujące długości krótszych boków w trójkątach kątowych po prawej stronie.

Hypot(Vector512<Single>, Vector512<Single>)

Oblicza niedocięcie, biorąc pod uwagę dwa wektory reprezentujące długości krótszych boków w trójkątach kątowych po prawej stronie.

Hypot(Vector512<Double>, Vector512<Double>)

Źródło:
Vector512.cs
Źródło:
Vector512.cs
Źródło:
Vector512.cs

Oblicza niedocięcie, biorąc pod uwagę dwa wektory reprezentujące długości krótszych boków w trójkątach kątowych po prawej stronie.

public:
 static System::Runtime::Intrinsics::Vector512<double> Hypot(System::Runtime::Intrinsics::Vector512<double> x, System::Runtime::Intrinsics::Vector512<double> y);
public static System.Runtime.Intrinsics.Vector512<double> Hypot(System.Runtime.Intrinsics.Vector512<double> x, System.Runtime.Intrinsics.Vector512<double> y);
static member Hypot : System.Runtime.Intrinsics.Vector512<double> * System.Runtime.Intrinsics.Vector512<double> -> System.Runtime.Intrinsics.Vector512<double>
Public Function Hypot (x As Vector512(Of Double), y As Vector512(Of Double)) As Vector512(Of Double)

Parametry

x
Vector512<Double>

Wektor do kwadratu i dodaj do yelementu .

y
Vector512<Double>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy

Hypot(Vector512<Single>, Vector512<Single>)

Źródło:
Vector512.cs
Źródło:
Vector512.cs
Źródło:
Vector512.cs

Oblicza niedocięcie, biorąc pod uwagę dwa wektory reprezentujące długości krótszych boków w trójkątach kątowych po prawej stronie.

public:
 static System::Runtime::Intrinsics::Vector512<float> Hypot(System::Runtime::Intrinsics::Vector512<float> x, System::Runtime::Intrinsics::Vector512<float> y);
public static System.Runtime.Intrinsics.Vector512<float> Hypot(System.Runtime.Intrinsics.Vector512<float> x, System.Runtime.Intrinsics.Vector512<float> y);
static member Hypot : System.Runtime.Intrinsics.Vector512<single> * System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<single>
Public Function Hypot (x As Vector512(Of Single), y As Vector512(Of Single)) As Vector512(Of Single)

Parametry

x
Vector512<Single>

Wektor do kwadratu i dodaj do yelementu .

y
Vector512<Single>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy