NFloat.TanPi(NFloat) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule la tangente d’une valeur qui a été multipledée 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 multipledée par pi avant de calculer sa tangente.
Retours
Tangente de x multiplié par pi.
Implémente
Remarques
Cela calcule tan(x * π).