NFloat.Cos(NFloat) Método

Definición

Calcula el coseno de un valor.

public:
 static System::Runtime::InteropServices::NFloat Cos(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Cos;
public static System.Runtime.InteropServices.NFloat Cos (System.Runtime.InteropServices.NFloat x);
static member Cos : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cos (x As NFloat) As NFloat

Parámetros

x
NFloat

Valor, en radianes, cuyo coseno se va a calcular.

Devoluciones

Coseno de x.

Implementaciones

Comentarios

Esto calcula cos(x).

Se aplica a