Język

Vector64.Hypot Metoda

Definicja

Przeciążenia

Nazwa Opis
Hypot(Vector64<Double>, Vector64<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(Vector64<Single>, Vector64<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(Vector64<Double>, Vector64<Double>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs
Źródło:
Vector64.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::Vector64<double> Hypot(System::Runtime::Intrinsics::Vector64<double> x, System::Runtime::Intrinsics::Vector64<double> y);
public static System.Runtime.Intrinsics.Vector64<double> Hypot(System.Runtime.Intrinsics.Vector64<double> x, System.Runtime.Intrinsics.Vector64<double> y);
static member Hypot : System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<double>
Public Function Hypot (x As Vector64(Of Double), y As Vector64(Of Double)) As Vector64(Of Double)

Parametry

x
Vector64<Double>

Wektor do kwadratu i dodaj do yelementu .

y
Vector64<Double>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy

Hypot(Vector64<Single>, Vector64<Single>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs
Źródło:
Vector64.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::Vector64<float> Hypot(System::Runtime::Intrinsics::Vector64<float> x, System::Runtime::Intrinsics::Vector64<float> y);
public static System.Runtime.Intrinsics.Vector64<float> Hypot(System.Runtime.Intrinsics.Vector64<float> x, System.Runtime.Intrinsics.Vector64<float> y);
static member Hypot : System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Function Hypot (x As Vector64(Of Single), y As Vector64(Of Single)) As Vector64(Of Single)

Parametry

x
Vector64<Single>

Wektor do kwadratu i dodaj do yelementu .

y
Vector64<Single>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy