NFloat.Tan(NFloat) Methode

Definition

Berechnet den Tangens eines Werts.

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

Parameter

x
NFloat

Der Wert in Bogenmaß, dessen Tangent berechnet werden soll.

Gibt zurück

Der Tangens von x.

Implementiert

Hinweise

Dadurch wird berechnet tan(x).

Gilt für: