Język

Vector128.Hypot Metoda

Definicja

Przeciążenia

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

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

Parametry

x
Vector128<Single>

Wektor do kwadratu i dodaj do yelementu .

y
Vector128<Single>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy

Hypot(Vector128<Double>, Vector128<Double>)

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

Parametry

x
Vector128<Double>

Wektor do kwadratu i dodaj do yelementu .

y
Vector128<Double>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy