NFloat.TanPi(NFloat) Methode

Definition

Berechnet den Tangens eines Werts, der von pi.

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

Parameter

x
NFloat

Der Wert in halber Revolution, der vor pi dem Berechnen seines Tangens multiziert wird.

Gibt zurück

Der Tangens von x multipliziert mit pi.

Implementiert

Hinweise

Dies tan(x * π)berechnet .

Gilt für: