NFloat.Tan(NFloat) Méthode

Définition

Calcule la tangente d’une valeur.

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

Paramètres

x
NFloat

Valeur, en radians, dont la tangente doit être calculée.

Retours

Tangente de x.

Implémente

Remarques

Cela calcule tan(x).

S’applique à