NFloat.Tan(NFloat) Metodo

Definizione

Calcola la tangente di un valore.

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

Parametri

x
NFloat

Valore, espresso in radianti, la cui tangente deve essere calcolata.

Restituisce

Tangente di x.

Implementazioni

Commenti

In questo modo viene calcolato tan(x).

Si applica a