NFloat.Tan(NFloat) Metoda

Definicja

Oblicza tangens wartości.

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

Parametry

x
NFloat

Wartość w radianach, której tangens ma zostać obliczony.

Zwraca

Tangens liczby x.

Implementuje

Uwagi

To obliczy tan(x).

Dotyczy