NFloat.TanPi(NFloat) Méthode

Définition

Calcule la tangente d’une valeur qui a été multiple par 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

Paramètres

x
NFloat

Valeur, en demi-révolutions, qui est multiple par pi avant de calculer sa tangente.

Retours

Tangente de x multiplié par pi.

Implémente

Remarques

Cette opération calcule tan(x * π).

S’applique à