Share via


NFloat.Tan(NFloat) Método

Definición

Calcula la tangente de un 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

Valor, en radianes, cuya tangente se va a calcular.

Devoluciones

Tangente de x.

Implementaciones

Comentarios

Esto calcula tan(x).

Se aplica a