Vector512.Hypot Metod

Definition

Överlagringar

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

Beräknar hypotenuse givet två vektorer som representerar längden på de kortare sidorna i en högervinklad triangel.

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

Beräknar hypotenuse givet två vektorer som representerar längden på de kortare sidorna i en högervinklad triangel.

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

Källa:
Vector512.cs
Källa:
Vector512.cs
Källa:
Vector512.cs

Beräknar hypotenuse givet två vektorer som representerar längden på de kortare sidorna i en högervinklad triangel.

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)

Parametrar

x
Vector512<Double>

Vektorn till kvadrat och lägg till i y.

y
Vector512<Double>

Vektorn till kvadrat och lägg till i x.

Returer

Kvadratroten av x-squared plus y-squared.

Gäller för

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

Källa:
Vector512.cs
Källa:
Vector512.cs
Källa:
Vector512.cs

Beräknar hypotenuse givet två vektorer som representerar längden på de kortare sidorna i en högervinklad triangel.

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)

Parametrar

x
Vector512<Single>

Vektorn till kvadrat och lägg till i y.

y
Vector512<Single>

Vektorn till kvadrat och lägg till i x.

Returer

Kvadratroten av x-squared plus y-squared.

Gäller för