NFloat.Tan(NFloat) Método

Definição

Calcula a tangente de um valor.

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

Parâmetros

x
NFloat

O valor, em radianos, cuja tangente deve ser computada.

Retornos

A tangente de x.

Implementações

Comentários

Isso calcula tan(x).

Aplica-se a