Język

Vector256.Hypot Metoda

Definicja

Przeciążenia

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

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

Parametry

x
Vector256<Double>

Wektor do kwadratu i dodaj do yelementu .

y
Vector256<Double>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy

Hypot(Vector256<Single>, Vector256<Single>)

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

Parametry

x
Vector256<Single>

Wektor do kwadratu i dodaj do yelementu .

y
Vector256<Single>

Wektor do kwadratu i dodaj do xelementu .

Zwraca

Pierwiastek xkwadratowy -kwadrat plus y-kwadrat.

Dotyczy