Vector256.Hypot Metod

Definition

Överlagringar

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

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

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

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

Hypot(Vector256<Double>, Vector256<Double>)

Källa:
Vector256.cs
Källa:
Vector256.cs
Källa:
Vector256.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::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)

Parametrar

x
Vector256<Double>

Vektorn till kvadrat och lägg till i y.

y
Vector256<Double>

Vektorn till kvadrat och lägg till i x.

Returer

Kvadratroten av x-squared plus y-squared.

Gäller för

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

Källa:
Vector256.cs
Källa:
Vector256.cs
Källa:
Vector256.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::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)

Parametrar

x
Vector256<Single>

Vektorn till kvadrat och lägg till i y.

y
Vector256<Single>

Vektorn till kvadrat och lägg till i x.

Returer

Kvadratroten av x-squared plus y-squared.

Gäller för