NFloat.AtanPi(NFloat) Methode

Definition

Berechnet den Arc-Tangens eines Werts und dividiert das Ergebnis durch pi.

public:
 static System::Runtime::InteropServices::NFloat AtanPi(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::AtanPi;
public static System.Runtime.InteropServices.NFloat AtanPi (System.Runtime.InteropServices.NFloat x);
static member AtanPi : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function AtanPi (x As NFloat) As NFloat

Parameter

x
NFloat

Der Wert, dessen Arc-Tangens berechnet werden soll.

Gibt zurück

Der Bogentangente von x, geteilt durch pi.

Implementiert

Hinweise

Dies arctan(x) / π wird im Intervall [-0.5, +0.5]berechnet.

Gilt für: