NFloat.TanPi(NFloat) Methode

Definitie

Berekent de tangens van een waarde die is vermenigvuldigd door 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

Parameters

x
NFloat

De waarde, in halve revoluties, die wordt vermenigvuldigd voordat pi de tangens ervan wordt berekenen.

Retouren

De tangens van x vermenigvuldigd met pi.

Implementeringen

Opmerkingen

Dit wordt berekend tan(x * π).

Van toepassing op