NFloat.Atan2Pi(NFloat, NFloat) Methode

Definitie

Berekent de boogtangens voor het quotiënt van twee waarden en deelt het resultaat door pi.

public:
 static System::Runtime::InteropServices::NFloat Atan2Pi(System::Runtime::InteropServices::NFloat y, System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Atan2Pi;
public static System.Runtime.InteropServices.NFloat Atan2Pi(System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat x);
static member Atan2Pi : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan2Pi (y As NFloat, x As NFloat) As NFloat

Parameters

y
NFloat

De y-coördinaat van een punt.

x
NFloat

De x-coördinaat van een punt.

Retouren

De boogtangens van y gedeeld door x, gedeeld door pi.

Implementeringen

Opmerkingen

Dit wordt arctan(y / x) / π berekend in het interval [-1, +1].

Van toepassing op